rust/tests/ui/track-diagnostics/track5.stderr

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

10 lines
241 B
Plaintext
Raw Normal View History

2022-10-30 07:55:13 -05:00
error: unexpected closing delimiter: `}`
--> $DIR/track5.rs:LL:CC
|
LL | }
| ^ unexpected closing delimiter
-Ztrack-diagnostics: created at compiler/rustc_parse/src/lexer/tokentrees.rs:LL:CC
error: aborting due to 1 previous error
2022-10-30 07:55:13 -05:00