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 19d29db commit b479a40Copy full SHA for b479a40
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