This website requires JavaScript.
Explore
Help
Sign In
nordic-dev.net
/
rust
Watch
2
Star
0
Fork
0
You've already forked rust
mirror of
https://github.com/rust-lang/rust.git
synced
2025-05-02 13:07:37 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
31ae7c46bd
rust
/
tests
/
ui
/
error-codes
/
E0214.rs
5 lines
71 B
Rust
Raw
Normal View
History
Unescape
Escape
Add new error code tests
2016-08-03 23:51:52 +00:00
fn
main
(
)
{
Update E0214 to the new error format
2016-08-07 17:21:23 +00:00
let
v
:
Vec
(
&
str
)
=
vec!
[
"
foo
"
]
;
//~^ ERROR E0214
Add new error code tests
2016-08-03 23:51:52 +00:00
}
Reference in New Issue
Copy Permalink