]> git.lizzy.rs Git - rust.git/blob - tests/fail/extern_static_in_const.stderr
fix ICE when const refers to extern static
[rust.git] / tests / fail / extern_static_in_const.stderr
1 error: unsupported operation: `extern` static `E` from crate `extern_static_in_const` is not supported by Miri
2   --> $DIR/extern_static_in_const.rs:LL:CC
3    |
4 LL |     let _val = X;
5    |                ^ `extern` static `E` from crate `extern_static_in_const` is not supported by Miri
6    |
7    = help: this is likely not a bug in the program; it indicates that the program performed an operation that the interpreter does not support
8            
9    = note: inside `main` at $DIR/extern_static_in_const.rs:LL:CC
10
11 note: some details are omitted, run with `MIRIFLAGS=-Zmiri-backtrace=full` for a verbose backtrace
12
13 error: aborting due to previous error
14