index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
run-pass
/
simple-infer.rs
blob: 020c9c26512d6b8365c8e6efcb78579abe36f603 (
plain
)
1
2
3
4
#![allow(unused_mut)] pub fn main() { let mut n; n = 1; println!("{}", n); }