Sign in
rust
/
rust-lang
/
rust
/
refs/heads/try
/
.
/
tests
/
ui
/
parser
/
doc-before-bad-variant.rs
blob: bfede28c10892d82ab64badb0013069f4fcff570 [
file
] [
log
] [
blame
]
enum
TestEnum
{
Works
,
/// Some documentation
Self
,
//~ ERROR expected identifier, found keyword `Self`
//~^ HELP enum variants can be
}