Sign in
rust
/
cargo
/
HEAD
/
.
/
crates
/
rustfix
/
tests
/
everything
/
multiple-solutions.fixed.rs
blob: 50ccab26b81fa7e552a9889e3debc29618b35527 [
file
] [
log
] [
blame
]
use
std
::
collections
::
HashSet
;
fn
main
()
{
let
_
:
HashSet
<()>;
}