about summary refs log tree commit diff
path: root/tests/ui/traits/next-solver/gat-wf.stderr
blob: 620bca77e4b97e68a3fd18358213b55b519b2825 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
error[E0477]: the type `&()` does not fulfill the required lifetime
  --> $DIR/gat-wf.rs:13:18
   |
LL |     type T<'a> = ();
   |                  ^^
   |
note: type must outlive the lifetime `'a` as defined here
  --> $DIR/gat-wf.rs:13:12
   |
LL |     type T<'a> = ();
   |            ^^

error: aborting due to 1 previous error

For more information about this error, try `rustc --explain E0477`.