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