summaryrefslogtreecommitdiffstats
path: root/src/test/ui/resolve/resolve-conflict-type-vs-import.rs
blob: 3abce8396913f321a2600fc5fd3f2dccecbd41ff (plain)
1
2
3
4
5
6
7
use std::slice::Iter;

struct Iter;
//~^ ERROR the name `Iter` is defined multiple times

fn main() {
}