We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e04db20 commit 6cf287fCopy full SHA for 6cf287f
tests/ui-fulldeps/rustc_encodable_hygiene.rs
@@ -18,6 +18,7 @@ struct A {
18
a: String,
19
}
20
21
+#[allow(dead_code)]
22
trait Trait {
23
fn encode(&self);
24
0 commit comments