diff options
| author | Lenny222 <github@kudling.de> | 2013-05-09 15:46:32 +0200 |
|---|---|---|
| committer | Lenny222 <github@kudling.de> | 2013-05-09 15:46:32 +0200 |
| commit | e3230330b7a30bc83a15cfdfc23df5ef17a070c1 (patch) | |
| tree | 660ee7d21da299a0c8b4f421daa018d82095df07 /src/test/compile-fail/struct-no-fields.rs | |
| parent | ca95e7f94ed7b9f793a061bd0a7cc4d74de6b10d (diff) | |
| download | rust-e3230330b7a30bc83a15cfdfc23df5ef17a070c1.tar.gz rust-e3230330b7a30bc83a15cfdfc23df5ef17a070c1.zip | |
back-ticks
Diffstat (limited to 'src/test/compile-fail/struct-no-fields.rs')
| -rw-r--r-- | src/test/compile-fail/struct-no-fields.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/compile-fail/struct-no-fields.rs b/src/test/compile-fail/struct-no-fields.rs index 08a590f7396..546931d20dc 100644 --- a/src/test/compile-fail/struct-no-fields.rs +++ b/src/test/compile-fail/struct-no-fields.rs @@ -8,7 +8,7 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. -// error-pattern: Unit-like struct should be written as: struct Foo; +// error-pattern: Unit-like struct should be written as `struct Foo;` struct Foo {} fn main() {} |
