Skip to content

Commit 1ac30d3

Browse files
committed
make cargo test pass
1 parent 8efe9ff commit 1ac30d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ui/string_lit_as_bytes.fixed

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
macro_rules! b {
77
($b:literal) => {
88
const C: &[u8] = $b.as_bytes();
9-
}
9+
};
1010
}
1111

1212
fn str_lit_as_bytes() {

0 commit comments

Comments
 (0)