Skip to content

Commit

Permalink
Changed to correct quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
colinmarsh19 committed Nov 26, 2017
1 parent f6b80d4 commit 096e698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/ui/issue-46186.rs
Expand Up @@ -10,6 +10,6 @@

struct Struct {
a: usize,
}; //~ ERROR expected item, found ';'
}; //~ ERROR expected item, found `;`

fn main() {}

0 comments on commit 096e698

Please sign in to comment.