mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-08 01:28:18 +03:00
Fix effect on deref-lval
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
fn main() {
|
||||
impure fn main() {
|
||||
auto x = @mutable 5;
|
||||
*x = 1000;
|
||||
log *x;
|
||||
|
||||
Reference in New Issue
Block a user