This commit is contained in:
colinmarsh19 2017-11-25 09:06:06 -07:00 committed by GitHub
parent 306f4da69a
commit 8e60f720fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@
struct Struct {
a: usize,
} //~ ERROR expected item, found ';'
}; //~ ERROR expected item, found ';'
//~| NOTE consider removing the semicolon
fn main() {}