Skip to content

Commit e5a1118

Browse files
committed
Auto merge of rust-lang#16330 - zheylmun:master, r=Veykril
minor: Mark unresolved associated item diagnostic as experimental Per rust-lang#16327 unresolved associated item has false positives. Mark the diagnostic as experimental until this is more dependable.
2 parents b201684 + 1aff815 commit e5a1118

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: crates/ide-diagnostics/src/handlers/unresolved_assoc_item.rs

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ pub(crate) fn unresolved_assoc_item(
1313
"no such associated item",
1414
d.expr_or_pat.clone().map(Into::into),
1515
)
16+
.experimental()
1617
}
1718

1819
#[cfg(test)]

0 commit comments

Comments
 (0)