This website requires JavaScript.
Explore
Help
Sign in
bjoernager
/
rust
Watch
1
Fork
You've already forked rust
0
Code
Activity
14e59bb317
rust
/
tests
/
ui
/
error-codes
/
E0433.rs
4 lines
68 B
Rust
Raw
Normal View
History
Unescape
Escape
Add new error code tests
2016-08-17 23:45:10 +02:00
fn
main
(
)
{
Improve E0433, so that it suggests missing imports
2020-06-02 20:16:23 +02:00
let
map
=
NonExistingMap
::
new
(
)
;
//~ ERROR E0433
Add new error code tests
2016-08-17 23:45:10 +02:00
}
Copy permalink