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-14 02:49:40 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
58e901b6fd
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 11:58:07 +00:00
#![
feature(intrinsics)
]
extern
"
rust-intrinsic
"
{
Update compiler error 0093 to use new error format
2016-08-09 10:13:04 +00:00
fn
foo
(
)
;
//~^ ERROR E0093
Add new error code tests
2016-05-25 11:58:07 +00:00
}
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink