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
/
ui
/
binding
/
multi-let.rs
blob: 064d32a708424bf251211192aef498379ec1771e (
plain
)
1
2
3
4
5
6
7
// run-pass pub fn main() { let x = 10; let y = x; assert_eq!(y, 10); }