]> git.proxmox.com Git - rustc.git/blob - src/test/ui/extenv/extenv-not-defined-custom.stderr
New upstream version 1.54.0+dfsg1
[rustc.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