summaryrefslogtreecommitdiffstats
path: root/src/test/ui/rfc-2093-infer-outlives/explicit-dyn.stderr
blob: 595a5c28088d6188f805170a756ae575849d78f2 (plain)
1
2
3
4
5
6
7
8
9
10
error: rustc_outlives
  --> $DIR/explicit-dyn.rs:7:1
   |
LL | struct Foo<'a, A>
   | ^^^^^^^^^^^^^^^^^
   |
   = note: A: 'a

error: aborting due to previous error