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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
71 B
Rust
Raw Normal View History

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