diff options
| author | Keegan McAllister <kmcallister@mozilla.com> | 2015-01-02 19:41:40 -0800 |
|---|---|---|
| committer | Keegan McAllister <kmcallister@mozilla.com> | 2015-01-05 18:21:14 -0800 |
| commit | c2e26972e307a2e82b9ff7a5345a5bff47a99501 (patch) | |
| tree | 90f8e7d444b5da0e4d1c91df22e43b13afd17140 /src/test/compile-fail/const-block-non-item-statement.rs | |
| parent | d0163d3311f0afe7b8dc3b70dba8aa32f318225c (diff) | |
| download | rust-c2e26972e307a2e82b9ff7a5345a5bff47a99501.tar.gz rust-c2e26972e307a2e82b9ff7a5345a5bff47a99501.zip | |
Un-gate macro_rules
Diffstat (limited to 'src/test/compile-fail/const-block-non-item-statement.rs')
| -rw-r--r-- | src/test/compile-fail/const-block-non-item-statement.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/test/compile-fail/const-block-non-item-statement.rs b/src/test/compile-fail/const-block-non-item-statement.rs index 0a004c101ee..1814b1cd544 100644 --- a/src/test/compile-fail/const-block-non-item-statement.rs +++ b/src/test/compile-fail/const-block-non-item-statement.rs @@ -8,8 +8,6 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. -#![feature(macro_rules)] - static A: uint = { 1u; 2 }; //~^ ERROR: blocks in constants are limited to items and tail expressions |
