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-12 00:24:03 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
8b50cc9a2c
rust
/
src
/
test
/
ui
/
error-codes
/
E0081.rs
10 lines
114 B
Rust
Raw
Normal View
History
Unescape
Escape
Add new error code tests
2016-05-20 13:18:30 +00:00
enum
Enum
{
Remove NOTE/HELP annotations from error index tests
2017-12-10 21:12:25 +00:00
P
=
3
,
Shrink span to variant discriminant expression for E0081
2016-08-08 06:33:05 +00:00
X
=
3
,
Reduce noise in error reporting
2018-01-26 14:19:01 +00:00
//~^ ERROR discriminant value `3` already exists
Add new error code tests
2016-05-20 13:18:30 +00:00
Y
=
5
}
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink