This website requires JavaScript.
Explore
Help
Sign in
bjoernager
/
rust
Watch
1
Fork
You've already forked rust
0
Code
Activity
53647845b9
rust
/
tests
/
ui
/
error-codes
/
E0084.rs
6 lines
57 B
Rust
Raw
Normal View
History
Unescape
Escape
add NOTE: to test notes
2017-11-14 17:45:18 -05:00
#[
repr(i32)
]
//~ ERROR: E0084
Remove NOTE/HELP annotations from error index tests
2017-12-11 00:12:25 +03:00
enum
Foo
{
}
Add new error code tests
2016-05-25 13:58:07 +02:00
fn
main
(
)
{
}
Copy permalink