This website requires JavaScript.
Explore
Help
Sign in
bjoernager
/
rust
Watch
1
Fork
You've already forked rust
0
Code
Activity
a61b14d15e
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
(
)
{
}
#[
cfg(FALSE)
]
impl
X
{
const
Y
:
u8
;
}
Copy permalink