summaryrefslogtreecommitdiffstats
path: root/src/test/ui/generic-associated-types/issue-86787.stderr
blob: d4b2267d3ddc713e8796b6b47074b80ee5225d36 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
error: missing required bound on `TRef`
  --> $DIR/issue-86787.rs:11:5
   |
LL |     type TRef<'a>;
   |     ^^^^^^^^^^^^^-
   |                  |
   |                  help: add the required where clause: `where Self: 'a`
   |
   = note: this bound is currently required to ensure that impls have maximum flexibility
   = note: we are soliciting feedback, see issue #87479 <https://github.com/rust-lang/rust/issues/87479> for more information

error: aborting due to previous error