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,
> {}