Skip to content

Commit 096e698

Browse files
authored
Changed to correct quotes
1 parent f6b80d4 commit 096e698

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/ui/issue-46186.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010

1111
struct Struct {
1212
a: usize,
13-
}; //~ ERROR expected item, found ';'
13+
}; //~ ERROR expected item, found `;`
1414

1515
fn main() {}

0 commit comments

Comments
 (0)