about summary refs log tree commit diff
path: root/src/test/ui/methods
diff options
context:
space:
mode:
authorEduard-Mihai Burtescu <edy.burt@gmail.com>2019-12-15 17:12:30 +0200
committerEduard-Mihai Burtescu <edy.burt@gmail.com>2020-02-06 21:32:07 +0200
commitf6fc80206e9600ae753cdfbd762fb982afca48b0 (patch)
tree91bdbf8d40248f5ecc5fa5ea6d66e4c91ece1128 /src/test/ui/methods
parent8f286dbf27b61afdd96f632d0bc7f4c49fbb7d0f (diff)
rustc: rename -Zexternal-macro-backtrace to -Zmacro-backtrace.
Diffstat (limited to 'src/test/ui/methods')
-rw-r--r--src/test/ui/methods/method-on-ambiguous-numeric-type.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/methods/method-on-ambiguous-numeric-type.stderr b/src/test/ui/methods/method-on-ambiguous-numeric-type.stderr
index d9e250882e1..277bcce6af9 100644
--- a/src/test/ui/methods/method-on-ambiguous-numeric-type.stderr
+++ b/src/test/ui/methods/method-on-ambiguous-numeric-type.stderr
@@ -47,7 +47,7 @@ LL |     mac!(bar);
 LL |     bar.pow(2);
    |         ^^^
    |
-   = 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: aborting due to 5 previous errors