This website requires JavaScript.
Explore
Help
Sign in
mathieu
/
os-rust
Watch
1
Star
0
Fork
You've already forked os-rust
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
stable
os-rust
/
tests
/
ui
/
parser
/
impl-item-const-pass.rs
9 lines
72 B
Rust
Raw
Permalink
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
;
}
Reference in a new issue
Copy permalink