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 f241f77 commit 1120e2bCopy full SHA for 1120e2b
tests/ui/use_self_trait.fixed
@@ -47,6 +47,7 @@ impl Mul for Bad {
47
48
impl Clone for Bad {
49
fn clone(&self) -> Self {
50
+ // FIXME: applicable here
51
Bad
52
}
53
tests/ui/use_self_trait.rs
0 commit comments