diff options
| author | Eduard-Mihai Burtescu <edy.burt@gmail.com> | 2019-12-15 17:12:30 +0200 |
|---|---|---|
| committer | Eduard-Mihai Burtescu <edy.burt@gmail.com> | 2020-02-06 21:32:07 +0200 |
| commit | f6fc80206e9600ae753cdfbd762fb982afca48b0 (patch) | |
| tree | 91bdbf8d40248f5ecc5fa5ea6d66e4c91ece1128 /src/test/ui/codemap_tests | |
| parent | 8f286dbf27b61afdd96f632d0bc7f4c49fbb7d0f (diff) | |
rustc: rename -Zexternal-macro-backtrace to -Zmacro-backtrace.
Diffstat (limited to 'src/test/ui/codemap_tests')
| -rw-r--r-- | src/test/ui/codemap_tests/bad-format-args.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/codemap_tests/bad-format-args.stderr b/src/test/ui/codemap_tests/bad-format-args.stderr index 17d4df2a223..66ff9508db7 100644 --- a/src/test/ui/codemap_tests/bad-format-args.stderr +++ b/src/test/ui/codemap_tests/bad-format-args.stderr @@ -4,7 +4,7 @@ error: requires at least a format string argument LL | format!(); | ^^^^^^^^^^ | - = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) + = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z macro-backtrace for more info) error: expected token: `,` --> $DIR/bad-format-args.rs:3:16 |
