diff options
| author | Maybe Waffle <waffle.lapkin@gmail.com> | 2022-09-18 19:55:36 +0400 |
|---|---|---|
| committer | Maybe Waffle <waffle.lapkin@gmail.com> | 2022-10-01 10:03:06 +0000 |
| commit | 13b67fb9d2849b4e59d5651b0e4fc82ef8b088aa (patch) | |
| tree | f683e6adf1d562c87135e109f3b8fbc9c1886a07 /src/test/ui/parser/macro | |
| parent | ad3d1fc9d535bf4399c88a0fa97aeddb2c0c8f51 (diff) | |
| download | rust-13b67fb9d2849b4e59d5651b0e4fc82ef8b088aa.tar.gz rust-13b67fb9d2849b4e59d5651b0e4fc82ef8b088aa.zip | |
bless ui tests
Diffstat (limited to 'src/test/ui/parser/macro')
| -rw-r--r-- | src/test/ui/parser/macro/issue-33569.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/parser/macro/issue-33569.stderr b/src/test/ui/parser/macro/issue-33569.stderr index 39d49fd03f1..0dca090fb87 100644 --- a/src/test/ui/parser/macro/issue-33569.stderr +++ b/src/test/ui/parser/macro/issue-33569.stderr @@ -22,9 +22,9 @@ error: missing fragment specifier LL | { $+ } => { | ^ | - = note: `#[deny(missing_fragment_specifier)]` on by default = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = note: for more information, see issue #40107 <https://github.com/rust-lang/rust/issues/40107> + = note: `#[deny(missing_fragment_specifier)]` on by default error: aborting due to 4 previous errors |
