summaryrefslogtreecommitdiffstats
path: root/tests/ui/rfcs/rfc-2093-infer-outlives/explicit-struct.stderr
blob: 4ec3087acffec8f5208e01c10c5f1276a18e4219 (plain)
1
2
3
4
5
6
7
8
9
10
error: rustc_outlives
  --> $DIR/explicit-struct.rs:4:1
   |
LL | struct Foo<'b, U> {
   | ^^^^^^^^^^^^^^^^^
   |
   = note: U: 'b

error: aborting due to 1 previous error