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 04:57:35 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
31ae7c46bd
rust
/
tests
/
ui
/
error-codes
/
E0092.rs
8 lines
104 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
"
{
fn
atomic_foo
(
)
;
//~ ERROR E0092
Remove NOTE/HELP annotations from error index tests
2017-12-10 21:12:25 +00:00
}
Add new error code tests
2016-05-25 11:58:07 +00:00
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink