]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/extenv/issue-55897.stderr
expand `env!` with def-site context
[rust.git] / src / test / ui / extenv / issue-55897.stderr
index c57a467cdba568f17c5dab1a1da5ab1610fab15b..b62f06e33e531ccbf230c6f21d8c12d5e20e6791 100644 (file)
@@ -3,6 +3,8 @@ error: environment variable `NON_EXISTENT` not defined
    |
 LL |     include!(concat!(env!("NON_EXISTENT"), "/data.rs"));
    |                      ^^^^^^^^^^^^^^^^^^^^
+   |
+   = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
 
 error: suffixes on a string literal are invalid
   --> $DIR/issue-55897.rs:16:22