summaryrefslogtreecommitdiffstats
path: root/tests/ui/query-visibility.rs
blob: 09a289d85daa7f36962d1acbc1168dbafe36c0c7 (plain)
1
2
3
4
5
6
7
8
9
// check-pass
// Check that it doesn't panic when `Input` gets its visibility checked.

#![crate_type = "lib"]

pub trait Layer<
    /// Hello.
    Input,
> {}