index
:
rust
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
compile-fail
/
reserved-m32.rs
blob: bdb3a427c7e3d32d453fb1f084a79be48b9799db (
plain
) (
blame
)
1
2
3
4
5
// error-pattern:reserved keyword
fn
main
()
{
let
int
m32
=
0
;
}