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
2024-12-03 04:04:06 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
40557c8049
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 22:45:18 +00:00
#[
repr(i32)
]
//~ ERROR: E0084
Remove NOTE/HELP annotations from error index tests
2017-12-10 21:12:25 +00:00
enum
Foo
{
}
Add new error code tests
2016-05-25 11:58:07 +00:00
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink