about summary refs log tree commit diff
path: root/src/test/debug-info/borrowed-managed-basic.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/debug-info/borrowed-managed-basic.rs')
-rw-r--r--src/test/debug-info/borrowed-managed-basic.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/debug-info/borrowed-managed-basic.rs b/src/test/debug-info/borrowed-managed-basic.rs
index 8056706994e..e12ebe643a4 100644
--- a/src/test/debug-info/borrowed-managed-basic.rs
+++ b/src/test/debug-info/borrowed-managed-basic.rs
@@ -10,7 +10,7 @@
 
 // ignore-android: FIXME(#10381)
 
-#[feature(managed_boxes)];
+#![feature(managed_boxes)]
 
 // Gdb doesn't know about UTF-32 character encoding and will print a rust char as only
 // its numerical value.
@@ -61,7 +61,7 @@
 // debugger:print *f64_ref
 // check:$14 = 3.5
 
-#[allow(unused_variable)];
+#![allow(unused_variable)]
 
 fn main() {
     let bool_box: @bool = @true;