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 fdd23ca commit acae5d8Copy full SHA for acae5d8
tests/ui/const-generics/mgca/struct_expr_with_macros.rs
@@ -7,7 +7,7 @@
7
#![expect(incomplete_features)]
8
9
macro_rules! const_block {
10
- ($e:expr) => { const {
+ ($e:expr) => { const {
11
$e
12
} }
13
}
0 commit comments