blob: 5f1cd0a255ffabbf531c3262647dfa601665c2bc [file] [log] [blame]
error[E0308]: mismatched types
--> $DIR/issue-24819.rs:5:9
|
LL | foo(&mut v);
| ^^^^^^ expected struct `std::collections::HashSet`, found struct `std::vec::Vec`
|
= note: expected type `&mut std::collections::HashSet<u32>`
found type `&mut std::vec::Vec<_>`
error: aborting due to previous error
For more information about this error, try `rustc --explain E0308`.