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 5283d24 commit 60da4c9Copy full SHA for 60da4c9
tests/ui/trailing_zero_sized_array_without_repr.rs
@@ -23,8 +23,6 @@ struct OnlyAnotherAttribute {
23
last: [usize; 0],
24
}
25
26
-// NOTE: Unfortunately the attribute isn't included in the lint output. I'm not sure how to make it
27
-// show up.
28
#[derive(Debug)]
29
struct OnlyADeriveAttribute {
30
field: i32,
0 commit comments