Logo
Explore Help
Register Sign In
rust-lang/rust
1
0
Fork 0
You've already forked rust
Code Issues Pull Requests Actions 2 Packages Projects Releases Wiki Activity
Files
901b340c1f5d208561d4261cc3ee634973b35326
rust/tests/ui/macros/recovery-allowed.stderr

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

14 lines
282 B
Plaintext
Raw Normal View History

Only do parser recovery on retried macro matching This prevents issues with eager parser recovery during macro matching.
2022-11-12 22:12:33 +01:00
error: unexpected `1` after identifier
--> $DIR/recovery-allowed.rs:5:23
|
LL | please_recover! { not 1 }
Make parse error suggestions verbose and fix spans Go over all structured parser suggestions and make them verbose style. When suggesting to add or remove delimiters, turn them into multiple suggestion parts.
2024-07-06 03:07:46 +00:00
| ^
|
help: use `!` to perform bitwise not
|
LL | please_recover! { !1 }
| ~
Only do parser recovery on retried macro matching This prevents issues with eager parser recovery during macro matching.
2022-11-12 22:12:33 +01:00
Show number in error message even for one error Co-authored-by: Adrian <adrian.iosdev@gmail.com>
2023-11-21 15:44:16 +00:00
error: aborting due to 1 previous error
Only do parser recovery on retried macro matching This prevents issues with eager parser recovery during macro matching.
2022-11-12 22:12:33 +01:00
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 1110ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API