Mark MismatchedArgCount as experimental

This commit is contained in:
Jonas Schievink 2020-07-24 17:38:33 +02:00
parent 76509b3d2d
commit bec5123b0a

View File

@ -234,6 +234,9 @@ impl Diagnostic for MismatchedArgCount {
fn as_any(&self) -> &(dyn Any + Send + 'static) {
self
}
fn is_experimental(&self) -> bool {
true
}
}
impl AstDiagnostic for MismatchedArgCount {