Files
rust/tests/ui/traits/const-traits/duplicate-constness.stderr

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

9 lines
215 B
Plaintext
Raw Normal View History

error: expected identifier, found `]`
--> $DIR/duplicate-constness.rs:5:27
2021-08-27 08:26:35 +00:00
|
LL | struct S<T: [const] [const] Tr>;
| ^ expected identifier
2021-08-27 08:26:35 +00:00
error: aborting due to 1 previous error
2021-08-27 08:26:35 +00:00