diff options
| author | Brian Anderson <banderson@mozilla.com> | 2014-03-21 18:05:05 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2014-03-28 17:12:21 -0700 |
| commit | 451e8c1c6178750a4c1789f40749562164a980b7 (patch) | |
| tree | f398acb54f2432247f3c174555010b3055cd7133 /src/test/compile-fail/deriving-span-Hash-struct.rs | |
| parent | c6bbb95ce26e75214003190b643f5098e39b6428 (diff) | |
| download | rust-451e8c1c6178750a4c1789f40749562164a980b7.tar.gz rust-451e8c1c6178750a4c1789f40749562164a980b7.zip | |
Convert most code to new inner attribute syntax.
Closes #2569
Diffstat (limited to 'src/test/compile-fail/deriving-span-Hash-struct.rs')
| -rw-r--r-- | src/test/compile-fail/deriving-span-Hash-struct.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/compile-fail/deriving-span-Hash-struct.rs b/src/test/compile-fail/deriving-span-Hash-struct.rs index c8fdb0f19a5..e26bdd8d089 100644 --- a/src/test/compile-fail/deriving-span-Hash-struct.rs +++ b/src/test/compile-fail/deriving-span-Hash-struct.rs @@ -10,7 +10,7 @@ // This file was auto-generated using 'src/etc/generate-keyword-span-tests.py' -#[feature(struct_variant)]; +#![feature(struct_variant)] extern crate rand; |
