]> git.lizzy.rs Git - rust.git/blob - src/test/ui/rfc-2126-crate-paths/keyword-crate-as-identifier.rs
Compress amount of hashed bytes for `isize` values in StableHasher
[rust.git] / src / test / ui / rfc-2126-crate-paths / keyword-crate-as-identifier.rs
1 #![feature(crate_in_paths)]
2
3 fn main() {
4     let crate = 0;
5     //~^ ERROR expected unit struct, unit variant or constant, found module `crate`
6 }