blob: bfede28c10892d82ab64badb0013069f4fcff570 [file] [log] [blame]
enum TestEnum {
Works,
/// Some documentation
Self, //~ ERROR expected identifier, found keyword `Self`
//~^ HELP enum variants can be
}