rust/tests/ui/variance/variance-associated-consts.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
156 B
Plaintext
Raw Normal View History

error: [o]
--> $DIR/variance-associated-consts.rs:13:1
|
2022-02-13 15:27:59 +00:00
LL | struct Foo<T: Trait> {
| ^^^^^^^^^^^^^^^^^^^^
error: aborting due to previous error