diff options
| author | est31 <MTest31@outlook.com> | 2017-02-12 06:49:15 +0100 |
|---|---|---|
| committer | est31 <MTest31@outlook.com> | 2017-02-15 07:11:13 +0100 |
| commit | aebd94fd3c151212723906fb0445f0153917abac (patch) | |
| tree | b1b6539f9641e661575e3c33a587ae532515ba68 /src/test/parse-fail | |
| parent | 025c328bf5ab336ff708e62a59292298dc1bc089 (diff) | |
| download | rust-aebd94fd3c151212723906fb0445f0153917abac.tar.gz rust-aebd94fd3c151212723906fb0445f0153917abac.zip | |
Stabilize field init shorthand
Closes #37340.
Diffstat (limited to 'src/test/parse-fail')
| -rw-r--r-- | src/test/parse-fail/struct-field-numeric-shorthand.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/test/parse-fail/struct-field-numeric-shorthand.rs b/src/test/parse-fail/struct-field-numeric-shorthand.rs index 2a5c25d1868..49ba0d8bde6 100644 --- a/src/test/parse-fail/struct-field-numeric-shorthand.rs +++ b/src/test/parse-fail/struct-field-numeric-shorthand.rs @@ -10,8 +10,6 @@ // compile-flags: -Z parse-only -#![feature(field_init_shorthand)] - struct Rgb(u8, u8, u8); fn main() { |
