]> git.lizzy.rs Git - rust.git/blob - src/test/ui/error-codes/E0433.stderr
Merge commit '7248d06384c6a90de58c04c1f46be88821278d8b' into sync-from-clippy
[rust.git] / src / test / ui / error-codes / E0433.stderr
1 error[E0433]: failed to resolve: use of undeclared type `NonExistingMap`
2   --> $DIR/E0433.rs:2:15
3    |
4 LL |     let map = NonExistingMap::new();
5    |               ^^^^^^^^^^^^^^ use of undeclared type `NonExistingMap`
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0433`.