summaryrefslogtreecommitdiffstats
path: root/src/test/ui/extenv/extenv-not-defined-custom.stderr
blob: e7da4e046ab85833e0003338beb0cc124004f777 (plain)
1
2
3
4
5
6
7
8
9
10
error: my error message
  --> $DIR/extenv-not-defined-custom.rs:1:13
   |
LL | fn main() { env!("__HOPEFULLY_NOT_DEFINED__", "my error message"); }
   |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = 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