diff options
| author | colinmarsh19 <32608057+colinmarsh19@users.noreply.github.com> | 2017-11-25 09:06:06 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-11-25 09:06:06 -0700 |
| commit | 8e60f720fb6cf18e9530f4301c2f599357b8a277 (patch) | |
| tree | 7e72d5e17c4d13cbf9273e53210fdd187f245b0b /src | |
| parent | 306f4da69a89f45b9c06ac742f337e6de0445845 (diff) | |
| download | rust-8e60f720fb6cf18e9530f4301c2f599357b8a277.tar.gz rust-8e60f720fb6cf18e9530f4301c2f599357b8a277.zip | |
Added ;
Diffstat (limited to 'src')
| -rw-r--r-- | src/test/parse-fail/issue-46186.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/parse-fail/issue-46186.rs b/src/test/parse-fail/issue-46186.rs index 3f3dceeec5e..49ecc768864 100644 --- a/src/test/parse-fail/issue-46186.rs +++ b/src/test/parse-fail/issue-46186.rs @@ -12,7 +12,7 @@ struct Struct { a: usize, -} //~ ERROR expected item, found ';' +}; //~ ERROR expected item, found ';' //~| NOTE consider removing the semicolon fn main() {} |
