We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6b80d4 commit 096e698Copy full SHA for 096e698
src/test/ui/issue-46186.rs
@@ -10,6 +10,6 @@
10
11
struct Struct {
12
a: usize,
13
-}; //~ ERROR expected item, found ';'
+}; //~ ERROR expected item, found `;`
14
15
fn main() {}
0 commit comments