]> git.lizzy.rs Git - rust.git/blob - src/test/ui/extern/extern-const.stderr
Rollup merge of #58717 - hellow554:nonzero_parse, r=oli-obk
[rust.git] / src / test / ui / extern / extern-const.stderr
1 error: extern items cannot be `const`
2   --> $DIR/extern-const.rs:15:5
3    |
4 LL |     const rust_dbg_static_mut: libc::c_int;
5    |     ^^^^^ help: try using a static value: `static`
6
7 error: aborting due to previous error
8