use std::slice::Iter; struct Iter; //~^ ERROR the name `Iter` is defined multiple times fn main() { }