This website requires JavaScript.
Explore
Help
Register
Sign In
rust-lang
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
ba6fe58095f98f070d161ffdc6c59b51b59d41db
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
}
Reference in New Issue
Copy Permalink