Skip to content

Commit bec5123

Browse files
author
Jonas Schievink
committed
Mark MismatchedArgCount as experimental
1 parent 76509b3 commit bec5123

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

crates/ra_hir_ty/src/diagnostics.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,9 @@ impl Diagnostic for MismatchedArgCount {
234234
fn as_any(&self) -> &(dyn Any + Send + 'static) {
235235
self
236236
}
237+
fn is_experimental(&self) -> bool {
238+
true
239+
}
237240
}
238241

239242
impl AstDiagnostic for MismatchedArgCount {

0 commit comments

Comments
 (0)