]> git.proxmox.com Git - rustc.git/blame - src/test/ui/error-codes/E0433.stderr
New upstream version 1.46.0~beta.2+dfsg1
[rustc.git] / src / test / ui / error-codes / E0433.stderr
CommitLineData
f035d41b 1error[E0433]: failed to resolve: use of undeclared type or module `NonExistingMap`
0731742a 2 --> $DIR/E0433.rs:2:15
2c00a5a8 3 |
f035d41b
XL
4LL | let map = NonExistingMap::new();
5 | ^^^^^^^^^^^^^^ use of undeclared type or module `NonExistingMap`
2c00a5a8
XL
6
7error: aborting due to previous error
8
0531ce1d 9For more information about this error, try `rustc --explain E0433`.