about summary refs log tree commit diff
path: root/src/test/ui/borrowck/move-error-snippets.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/borrowck/move-error-snippets.stderr')
-rw-r--r--src/test/ui/borrowck/move-error-snippets.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/borrowck/move-error-snippets.stderr b/src/test/ui/borrowck/move-error-snippets.stderr
index 58a90b2fca2..7821dc02bde 100644
--- a/src/test/ui/borrowck/move-error-snippets.stderr
+++ b/src/test/ui/borrowck/move-error-snippets.stderr
@@ -12,7 +12,7 @@ LL |         let a = $c;
 LL | sss!();
    | ------- in this macro invocation
    |
-   = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
+   = note: this error originates in the macro `aaa` (in Nightly builds, run with -Z macro-backtrace for more info)
 
 error: aborting due to previous error