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-01 20:47:36 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
453b51a65a
rust
/
tests
/
ui
/
resolve
/
issue-3099-a.rs
6 lines
96 B
Rust
Raw
Normal View
History
Unescape
Escape
make non_camel_case_types an early lint
2018-12-17 03:21:47 +00:00
enum
A
{
B
,
C
}
In resolve, forbid duplicate value, type, and module items Closes #3099
2012-08-06 23:10:56 +00:00
make non_camel_case_types an early lint
2018-12-17 03:21:47 +00:00
enum
A
{
D
,
E
}
//~ ERROR the name `A` is defined multiple times
In resolve, forbid duplicate value, type, and module items Closes #3099
2012-08-06 23:10:56 +00:00
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink