]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/removed-syntax-extern-const.rs
Auto merge of #57118 - Zoxc:query-stats, r=wesleywiser
[rust.git] / src / test / ui / parser / removed-syntax-extern-const.rs
1 // compile-flags: -Z parse-only
2
3 extern {
4     const i: isize;
5     //~^ ERROR extern items cannot be `const`
6 }