Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
tests
/
ui
/
query-visibility.rs
blob: 09a289d85daa7f36962d1acbc1168dbafe36c0c7 [
file
] [
log
] [
blame
]
// check-pass
// Check that it doesn't panic when `Input` gets its visibility checked.
#![
crate_type
=
"lib"
]
pub
trait
Layer
<
/// Hello.
Input
,
>
{}