]> git.lizzy.rs Git - rust.git/blob - tests/ui/parser/impl-item-const-pass.rs
Rollup merge of #104672 - Voultapher:unify-sort-modules, r=thomcc
[rust.git] / tests / ui / parser / impl-item-const-pass.rs
1 // check-pass
2
3 fn main() {}
4
5 #[cfg(FALSE)]
6 impl X {
7     const Y: u8;
8 }