mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-10 02:56:52 +00:00
Mark MismatchedArgCount as experimental
This commit is contained in:
parent
76509b3d2d
commit
bec5123b0a
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user