summaryrefslogtreecommitdiffstats
path: root/src/test/ui/generic-associated-types/issue-86787.stderr
blob: f34c63cf72e18a2f9d358799645328faa42a0d76 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
error: missing required bound on `TRef`
  --> $DIR/issue-86787.rs:10: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