about summary refs log tree commit diff
path: root/src/test/ui/extenv/extenv-not-defined-custom.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/extenv/extenv-not-defined-custom.stderr')
-rw-r--r--src/test/ui/extenv/extenv-not-defined-custom.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/extenv/extenv-not-defined-custom.stderr b/src/test/ui/extenv/extenv-not-defined-custom.stderr
index 56415fd1f0d..c81518010bb 100644
--- a/src/test/ui/extenv/extenv-not-defined-custom.stderr
+++ b/src/test/ui/extenv/extenv-not-defined-custom.stderr
@@ -4,7 +4,7 @@ error: my error message
 LL | fn main() { env!("__HOPEFULLY_NOT_DEFINED__", "my error message"); }
    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
-   = 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 `env` (in Nightly builds, run with -Z macro-backtrace for more info)
 
 error: aborting due to previous error