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

error: aborting due to previous error