blob: c26ed79a026e4363ed4f075f8d3206cad6dec880 [file] [log] [blame]
warning: method `dummy` is never used
--> $DIR/associated-types-projection-from-known-type-in-impl.rs:9:8
|
LL | trait Int
| --- method in this trait
...
LL | fn dummy(&self) { }
| ^^^^^
|
= note: `#[warn(dead_code)]` on by default
warning: 1 warning emitted