about summary refs log tree commit diff
path: root/tests/ui/associated-types/associated-types-issue-20220.stderr
blob: 572889bbe74cb7d6462e4bae3afbc031dd70bba4 (plain)
1
2
3
4
5
6
7
8
9
10
warning: trait `IntoIteratorX` is never used
  --> $DIR/associated-types-issue-20220.rs:7:7
   |
LL | trait IntoIteratorX {
   |       ^^^^^^^^^^^^^
   |
   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default

warning: 1 warning emitted