diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2015-08-03 16:50:18 +0200 |
|---|---|---|
| committer | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2015-08-03 16:50:18 +0200 |
| commit | 549de0d47a7876e7ff4e2c664e816a9fbe758073 (patch) | |
| tree | 43012cf207d828328f07166b1dbf0d016b9c77e0 /src | |
| parent | d6f713be3fbdcfe3508fd8801a0e2eda0c076307 (diff) | |
| download | rust-549de0d47a7876e7ff4e2c664e816a9fbe758073.tar.gz rust-549de0d47a7876e7ff4e2c664e816a9fbe758073.zip | |
Update error comment
Diffstat (limited to 'src')
| -rw-r--r-- | src/test/compile-fail/issue-6702.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/compile-fail/issue-6702.rs b/src/test/compile-fail/issue-6702.rs index bfda113ae8b..66ed817ffa8 100644 --- a/src/test/compile-fail/issue-6702.rs +++ b/src/test/compile-fail/issue-6702.rs @@ -14,6 +14,6 @@ struct Monster { fn main() { - let _m = Monster(); //~ ERROR `Monster` is a struct variant name, but + let _m = Monster(); //~ ERROR `Monster` is the name of a struct or //~^ HELP did you mean to write: `Monster { /* fields */ }`? } |
