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