about summary refs log tree commit diff
path: root/tests/ui/error-codes/E0208.stderr
blob: a39e93afab3e17907e77ef5be57fb7e4680a964d (plain)
1
2
3
4
5
6
7
8
error: ['a: +, T: o]
  --> $DIR/E0208.rs:4:1
   |
LL | struct Foo<'a, T> {
   | ^^^^^^^^^^^^^^^^^

error: aborting due to 1 previous error