Sign in
rust
/
rust
/
d7a18fc052d1db50057d6fff023ca4bd8ec7617e
/
.
/
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
}