]> git.lizzy.rs Git - rust.git/blob - tests/ui/extenv/extenv-not-defined-custom.stderr
Auto merge of #106458 - albertlarsan68:move-tests, r=jyn514
[rust.git] / tests / ui / extenv / extenv-not-defined-custom.stderr
1 error: my error message
2   --> $DIR/extenv-not-defined-custom.rs:1:13
3    |
4 LL | fn main() { env!("__HOPEFULLY_NOT_DEFINED__", "my error message"); }
5    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6    |
7    = note: this error originates in the macro `env` (in Nightly builds, run with -Z macro-backtrace for more info)
8
9 error: aborting due to previous error
10