Sign in
chromium
/
external
/
github.com
/
rust-lang
/
rust
/
6d71251cf9e40326461f90f8ff9a7024706aea87
/
.
/
tests
/
ui
/
query-visibility.rs
blob: 84abe875910ccf34f763f1e1189ce9d7f78ea834 [
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
,
>
{}