os-rust/tests/ui/parser/impl-item-const-pass.rs

9 lines
72 B
Rust
Raw Permalink Normal View History

//@ check-pass
2019-12-01 04:12:28 +01:00
fn main() {}
#[cfg(FALSE)]
impl X {
const Y: u8;
}