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-11-30 21:12:28 -06:00
// check-pass
fn main() {}
#[cfg(FALSE)]
impl X {
const Y: u8;
}