Add diagnostics for enum names and variants

This commit is contained in:
Igor Aleksanov 2020-10-03 18:01:25 +03:00
parent e24e22f288
commit fb96bba878
3 changed files with 173 additions and 2 deletions

View file

@ -298,7 +298,7 @@ impl Diagnostic for IncorrectCase {
}
fn is_experimental(&self) -> bool {
false
true
}
}