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