mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-01 05:57:03 +03:00
Merge pull request #194 from RalfJung/test
Enable a test that was accidentally left disabled
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
#![feature(box_syntax)]
|
||||
// This disables the test completely:
|
||||
// ignore-stage1
|
||||
|
||||
fn main() {
|
||||
// With the nested Vec, this is calling Offset(Unique::empty(), 0).
|
||||
// With the nested Vec, this is calling Offset(Unique::empty(), 0) on drop.
|
||||
let args : Vec<Vec<i32>> = Vec::new();
|
||||
let local = box args;
|
||||
let _ = box args;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user