summary refs log tree commit diff
path: root/src/test/ui/extern/extern-const.stderr
blob: 77406be2095cff1d52277d043441650d501a8040 (plain)
1
2
3
4
5
6
7
8
error: extern items cannot be `const`
  --> $DIR/extern-const.rs:15:5
   |
LL |     const rust_dbg_static_mut: libc::c_int;
   |     ^^^^^ help: try using a static value: `static`

error: aborting due to previous error