rust/tests/ui/higher-rank-trait-bounds/issue-95230.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
77 B
Rust
Raw Normal View History

// check-pass
pub struct Bar
where
for<'a> &'a mut Self:;
fn main() {}