Sign in
fuchsia
/
third_party
/
rust
/
4360fd7f342943b3d25a3eb7064fd3ef7599274e
/
.
/
tests
/
ui
/
issues
/
issue-33293.rs
blob: 115ae3aad204cc169f2beb31167af5fe014e2eb8 [
file
]
fn
main
()
{
match
0
{
aaa
::
bbb
(
_
)
=>
()
//~^ ERROR failed to resolve: use of unresolved module or unlinked crate `aaa`
};
}