mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-04 04:39:16 +00:00
test: Remove alt-implicit-copy.rs test. Incompatible with current borrow check semantics. rs=bustage
This commit is contained in:
parent
6157f1dc06
commit
6338865741
@ -1,6 +0,0 @@
|
||||
fn main() {
|
||||
let x = @{mut a: @10, b: @20};
|
||||
match x {
|
||||
@{a, b} => { assert *a == 10; (*x).a = @30; assert *a == 30; }
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user