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 8efe9ff commit 1ac30d3Copy full SHA for 1ac30d3
tests/ui/string_lit_as_bytes.fixed
@@ -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