summaryrefslogtreecommitdiffstats
path: root/src/test/ui/higher-rank-trait-bounds/issue-95230.rs
blob: 92c506eabb7f43a01ccb297b7467d664cab1d01b (plain)
1
2
3
4
5
6
7
// check-pass

pub struct Bar
where
    for<'a> &'a mut Self:;

fn main() {}