Files
rust/tests/ui/traits/const-traits/impl-conditionally-const-trait.stderr

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

9 lines
202 B
Plaintext
Raw Normal View History

error: expected identifier, found `]`
--> $DIR/impl-conditionally-const-trait.rs:9:12
2021-08-25 15:21:55 +00:00
|
LL | impl [const] T for S {}
| ^ expected identifier
2021-08-25 15:21:55 +00:00
error: aborting due to 1 previous error
2021-08-25 15:21:55 +00:00