mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-05 11:47:13 +00:00
9 lines
72 B
Rust
9 lines
72 B
Rust
//@ check-pass
|
|
|
|
fn main() {}
|
|
|
|
#[cfg(false)]
|
|
impl X {
|
|
const Y: u8;
|
|
}
|