blob: 0c6bd9379f7539a1f64107e94d41b68287e27e1a [file] [log] [blame]
error[E0308]: mismatched types
--> $DIR/disambiguate-identical-names.rs:13:10
|
LL | test(&v);
| ^^ expected struct `std::vec::Vec`, found struct `HashMap`
|
= note: expected reference `&std::vec::Vec<std::vec::Vec<u32>>`
found reference `&HashMap<u8, u8>`
error: aborting due to previous error
For more information about this error, try `rustc --explain E0308`.