File: maybe.stderr

package info (click to toggle)
rust-easy-ext 1.0.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 312 kB
  • sloc: makefile: 2
file content (23 lines) | stat: -rw-r--r-- 685 bytes parent folder | download | duplicates (2)
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,
   |           ^^^^^^