Skip to content

Commit acae5d8

Browse files
committed
defcollector stuff again
1 parent fdd23ca commit acae5d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ui/const-generics/mgca/struct_expr_with_macros.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#![expect(incomplete_features)]
88

99
macro_rules! const_block {
10-
($e:expr) => { const {
10+
($e:expr) => { const {
1111
$e
1212
} }
1313
}

0 commit comments

Comments
 (0)