summary refs log tree commit diff
path: root/src/test/ui/impl-trait/universal_wrong_hrtb.stderr
blob: 3b3a7addb4aef2e0342923c3d72d4542a46c14c3 (plain)
1
2
3
4
5
6
7
8
error: `impl Trait` can only mention lifetimes bound at the fn or impl level
  --> $DIR/universal_wrong_hrtb.rs:5:73
   |
LL | fn test_argument_position(x: impl for<'a> Trait<'a, Assoc = impl Copy + 'a>) {}
   |                                                                         ^^

error: aborting due to previous error