This website requires JavaScript.
Explore
Help
Sign in
bjoernager
/
rust
Watch
1
Fork
You've already forked rust
0
Code
Activity
a439eb259d
rust
/
tests
/
ui
/
error-codes
/
E0093.rs
9 lines
102 B
Rust
Raw
Normal View
History
Unescape
Escape
Add new error code tests
2016-05-25 13:58:07 +02:00
#![
feature(intrinsics)
]
extern
"
rust-intrinsic
"
{
Update compiler error 0093 to use new error format
2016-08-09 13:13:04 +03:00
fn
foo
(
)
;
//~^ ERROR E0093
Add new error code tests
2016-05-25 13:58:07 +02:00
}
fn
main
(
)
{
}
Copy permalink