diff options
Diffstat (limited to 'src/test/ui/box/alloc-unstable-fail.rs')
| -rw-r--r-- | src/test/ui/box/alloc-unstable-fail.rs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/test/ui/box/alloc-unstable-fail.rs b/src/test/ui/box/alloc-unstable-fail.rs deleted file mode 100644 index 9427571648c..00000000000 --- a/src/test/ui/box/alloc-unstable-fail.rs +++ /dev/null @@ -1,6 +0,0 @@ -use std::boxed::Box; - -fn main() { - let _boxed: Box<u32, _> = Box::new(10); - //~^ ERROR use of unstable library feature 'allocator_api' -} |
