about summary refs log tree commit diff
path: root/src/test/debug-info/include_string.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2014-04-14 12:21:52 -0700
committerbors <bors@rust-lang.org>2014-04-14 12:21:52 -0700
commit246ebd2d5aebc68a581c33c33cbce5f2bc7dc7d6 (patch)
treea68a1c6dc21d247e9466995f3fe28f1bdbd7ba25 /src/test/debug-info/include_string.rs
parent347e9e4ffe60d321999bb83216e956a0b1370810 (diff)
parent713e87526eac42aa9879e7cfb556ea64d63e7a91 (diff)
downloadrust-246ebd2d5aebc68a581c33c33cbce5f2bc7dc7d6.tar.gz
rust-246ebd2d5aebc68a581c33c33cbce5f2bc7dc7d6.zip
auto merge of #13493 : Manishearth/rust/newattr-everywhere, r=alexcrichton
See #13478
Diffstat (limited to 'src/test/debug-info/include_string.rs')
-rw-r--r--src/test/debug-info/include_string.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/debug-info/include_string.rs b/src/test/debug-info/include_string.rs
index fbfa77741a7..6838af27728 100644
--- a/src/test/debug-info/include_string.rs
+++ b/src/test/debug-info/include_string.rs
@@ -22,7 +22,7 @@
 // check:$3 = 48
 // debugger:continue
 
-#[allow(unused_variable)];
+#![allow(unused_variable)]
 
 // This test case makes sure that debug info does not ICE when include_str is
 // used multiple times (see issue #11322).