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

error: aborting due to 1 previous error