We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents af7c97f + b32127e commit 63b0fbeCopy full SHA for 63b0fbe
crates/ide/src/hover/render.rs
@@ -1042,7 +1042,7 @@ fn render_dyn_compatibility(
1042
}
1043
DynCompatibilityViolation::HasNonCompatibleSuperTrait(super_trait) => {
1044
let name = hir::Trait::from(super_trait).name(db);
1045
- format_to!(buf, "has a object unsafe supertrait `{}`", name.as_str());
+ format_to!(buf, "has a dyn incompatible supertrait `{}`", name.as_str());
1046
1047
1048
0 commit comments