Sign in
rust
/
rust-lang
/
rust
/
refs/heads/try-perf
/
.
/
tests
/
ui
/
rfcs
/
rfc-2126-crate-paths
/
keyword-crate-as-identifier.rs
blob: 019ef8e9dade77a12eac8593252ba2206738d457 [
file
] [
log
] [
blame
] [
edit
]
fn
main
()
{
let
crate
=
0
;
//~^ ERROR expected unit struct, unit variant or constant, found module `crate`
}