Changed to correct quotes

This commit is contained in:
colinmarsh19 2017-11-26 07:40:29 -07:00 committed by GitHub
parent f6b80d4164
commit 096e698e4e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,6 +10,6 @@
struct Struct {
a: usize,
}; //~ ERROR expected item, found ';'
}; //~ ERROR expected item, found `;`
fn main() {}