1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
error: `?Trait` bounds are only permitted at the point where a type parameter is declared
--> tests/ui/maybe.rs:34:11
|
34 | Self: ?Sized,
| ^^^^^^
error: `?Trait` bounds are only permitted at the point where a type parameter is declared
--> tests/ui/maybe.rs:45:11
|
45 | Self: ?Sized,
| ^^^^^^
error: `?Trait` bounds are only permitted at the point where a type parameter is declared
--> tests/ui/maybe.rs:75:12
|
75 | T: ?Sized,
| ^^^^^^
error: `?Trait` bounds are only permitted at the point where a type parameter is declared
--> tests/ui/maybe.rs:24:11
|
24 | Self: ?Sized,
| ^^^^^^
|