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
/
issues
/
issue-27054-primitive-binary-ops.rs
blob: c6f925de5d7a870a1fd3d168b0758aa794741d17 (
plain
)
1
2
3
4
5
// run-pass fn main() { let x = &mut 1; assert_eq!(*x + { *x=2; 1 }, 2); }