]> git.proxmox.com Git - rustc.git/blame - src/test/ui/issues/issue-33293.rs
Update unsuspicious file list
[rustc.git] / src / test / ui / issues / issue-33293.rs
CommitLineData
a7813a04 1fn main() {
3157f602
XL
2 match 0 {
3 aaa::bbb(_) => ()
1b1a35ee 4 //~^ ERROR failed to resolve: use of undeclared crate or module `aaa`
3157f602 5 };
54a0048b 6}