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 a326a18 commit 5d1cea7Copy full SHA for 5d1cea7
text/0000-byte-concat.md
@@ -85,5 +85,5 @@ hacks like adding a dummy `b""` argument to force a byte literal output.
85
- If supported, it would probably make sense to also support boolean literals
86
so `concat_bytes!()` supports all inputs `concat!()` does.
87
- If rejected, it would probably makes sense to also reject boolean literals
88
- to avoid any possible confusion about their representation (`b"true"` and
89
- `b"false"` vs. `1` and `0`).
+ to avoid any possible confusion about their representation (`true` and
+ `false` vs. `1` and `0`).
0 commit comments