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

error: aborting due to previous error