]> git.lizzy.rs Git - rust.git/blob - tests/ui/rfc-2126-crate-paths/keyword-crate-as-identifier.rs
Rollup merge of #106714 - Ezrashaw:remove-e0490, r=davidtwco
[rust.git] / tests / ui / rfc-2126-crate-paths / keyword-crate-as-identifier.rs
1 fn main() {
2     let crate = 0;
3     //~^ ERROR expected unit struct, unit variant or constant, found module `crate`
4 }