Sign in
android
/
toolchain
/
rustc
/
5655985713ea96a29da08e29b9342d0333e18019
/
.
/
tests
/
ui
/
issues
/
issue-33293.rs
blob: 115ae3aad204cc169f2beb31167af5fe014e2eb8 [
file
] [
log
] [
blame
]
fn
main
()
{
match
0
{
aaa
::
bbb
(
_
)
=>
()
//~^ ERROR failed to resolve: use of unresolved module or unlinked crate `aaa`
};
}