mirror of
https://github.com/rust-lang/cargo.git
synced 2025-10-01 11:30:39 +00:00
6 lines
70 B
Rust
6 lines
70 B
Rust
use std::collections::HashSet;
|
|
|
|
fn main() {
|
|
let _: HashSet<()>;
|
|
}
|