]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/issues/issue-68890-2.rs
Auto merge of #91837 - Kobzol:stable-hash-map-avoid-sort, r=the8472
[rust.git] / src / test / ui / parser / issues / issue-68890-2.rs
1 fn main() {}
2
3 type X<'a> = (?'a) +;
4 //~^ ERROR `?` may only modify trait bounds, not lifetime bounds
5 //~| ERROR at least one trait is required for an object type