diff options
Diffstat (limited to 'src/test/compile-fail/removed-syntax-record.rs')
| -rw-r--r-- | src/test/compile-fail/removed-syntax-record.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/compile-fail/removed-syntax-record.rs b/src/test/compile-fail/removed-syntax-record.rs index 38c5122c2c3..b3fa04d8025 100644 --- a/src/test/compile-fail/removed-syntax-record.rs +++ b/src/test/compile-fail/removed-syntax-record.rs @@ -8,4 +8,4 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. -type t = { f: () }; //~ ERROR expected type, found token LBRACE +type t = { f: () }; //~ ERROR expected type, found token LBrace |
