This website requires JavaScript.
Explore
Help
Sign in
bjoernager
/
rust
Watch
1
Fork
You've already forked rust
0
Code
Activity
58e901b6fd
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 13:58:07 +02:00
#![
feature(intrinsics)
]
extern
"
rust-intrinsic
"
{
fn
atomic_foo
(
)
;
//~ ERROR E0092
Remove NOTE/HELP annotations from error index tests
2017-12-11 00:12:25 +03:00
}
Add new error code tests
2016-05-25 13:58:07 +02:00
fn
main
(
)
{
}
Copy permalink