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/check-static-values-constraints.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/check-static-values-constraints.rs')
| -rw-r--r-- | src/test/compile-fail/check-static-values-constraints.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/compile-fail/check-static-values-constraints.rs b/src/test/compile-fail/check-static-values-constraints.rs index 8ae40a74af1..f4e9521d6b6 100644 --- a/src/test/compile-fail/check-static-values-constraints.rs +++ b/src/test/compile-fail/check-static-values-constraints.rs @@ -7,7 +7,7 @@ // <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your // option. This file may not be copied, modified, or distributed // except according to those terms. -#[feature(managed_boxes)]; +#![feature(managed_boxes)] // Verifies all possible restrictions for static items values. |
