summaryrefslogtreecommitdiffstats
path: root/tests/ui/associated-inherent-types/issue-111879-0.stderr
blob: 7bdbad4401762a130ce821cbad55a779cf3005fd (plain)
1
2
3
4
5
6
7
8
error: overflow evaluating associated type `Carrier<'b>::Focus<i32>`
  --> $DIR/issue-111879-0.rs:11:25
   |
LL |     pub type Focus<T> = &'a mut User;
   |                         ^^^^^^^^^^^^

error: aborting due to previous error