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

error: aborting due to previous error