We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acfb2c4 commit 8efe9ffCopy full SHA for 8efe9ff
tests/ui/string_lit_as_bytes.rs
@@ -6,7 +6,7 @@
6
macro_rules! b {
7
($b:literal) => {
8
const C: &[u8] = $b.as_bytes();
9
- }
+ };
10
}
11
12
fn str_lit_as_bytes() {
0 commit comments