Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
parser
/
impl-item-const-pass.rs
blob: 8ebdf633b5b97b19aee9b61a1190f99d097ba352 [
file
] [
log
] [
blame
] [
edit
]
//@ check-pass
fn
main
()
{}
#[
cfg
(
FALSE
)]
impl
X
{
const
Y
:
u8
;
}