DEBSOURCES
Skip Quicknav
sources / rustc / 1.85.0%2Bdfsg3-1 / tests / ui / parser / impl-item-const-pass.rs
12345678
//@ check-pass fn main() {} #[cfg(FALSE)] impl X { const Y: u8; }