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 0ae7373 commit b0b2b1cCopy full SHA for b0b2b1c
crates/hir-ty/src/layout/tests.rs
@@ -118,7 +118,7 @@ fn check_fail(ra_fixture: &str, e: LayoutError) {
118
macro_rules! size_and_align {
119
(minicore: $($x:tt),*;$($t:tt)*) => {
120
{
121
- #[allow(dead_code)]
+ #![allow(dead_code)]
122
$($t)*
123
check_size_and_align(
124
stringify!($($t)*),
@@ -130,7 +130,7 @@ macro_rules! size_and_align {
130
};
131
($($t:tt)*) => {
132
133
134
135
136
0 commit comments