This website requires JavaScript.
Explore
Help
Sign in
bjoernager
/
rust
Watch
1
Fork
You've already forked rust
0
Code
Activity
00ed4edb44
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-04 01:51:52 +02:00
fn
main
(
)
{
Update E0214 to the new error format
2016-08-07 13:21:23 -04:00
let
v
:
Vec
(
&
str
)
=
vec!
[
"
foo
"
]
;
//~^ ERROR E0214
Add new error code tests
2016-08-04 01:51:52 +02:00
}
Copy permalink