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