summaryrefslogtreecommitdiffstats
path: root/src/tools/cargo/crates/rustfix/tests/everything/multiple-solutions.fixed.rs
blob: 1a261785d77a633cd89c1955957dc1186d9957fc (plain)
1
2
3
4
5
use std::collections::{HashSet};

fn main() {
    let _: HashSet<()>;
}