This website requires JavaScript.
Explore
Help
Sign in
bjoernager
/
rust
Watch
1
Fork
You've already forked rust
0
Code
Issues
Pull requests
Activity
2ef7858652
rust
/
tests
/
ui
/
parser
/
impl-item-const-pass.rs
9 lines
72 B
Rust
Raw
Normal View
History
Unescape
Escape
[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives
2024-02-16 20:02:50 +00:00
//@ check-pass
Use `Option` in `ImplItemKind::Const`.
2019-12-01 04:12:28 +01:00
fn
main
(
)
{
}
Use `cfg(false)` in UI tests
2025-03-29 17:24:03 +00:00
#[
cfg(false)
]
Use `Option` in `ImplItemKind::Const`.
2019-12-01 04:12:28 +01:00
impl
X
{
const
Y
:
u8
;
}
Reference in a new issue
Copy permalink