summaryrefslogtreecommitdiffstats
path: root/src/test/ui/variance/variance-associated-types.stderr
blob: 94f770eda33efbf1fef3446fd2b6ac4c3de955a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
error[E0208]: [-, +]
  --> $DIR/variance-associated-types.rs:13:1
   |
LL | struct Foo<'a, T : Trait<'a>> {
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0208]: [o, o]
  --> $DIR/variance-associated-types.rs:18:1
   |
LL | struct Bar<'a, T : Trait<'a>> {
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error: aborting due to 2 previous errors