]> git.lizzy.rs Git - rust.git/blob - src/test/ui/extenv/extenv-not-defined-custom.stderr
Rollup merge of #102227 - devnexen:solarish_get_path, r=m-ou-se
[rust.git] / src / test / 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