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.
TypeBoundKind
1 parent 113c458 commit 71e3d88Copy full SHA for 71e3d88
src/tools/rust-analyzer/crates/hir-def/src/hir/type_ref.rs
@@ -379,6 +379,7 @@ impl TypeBound {
379
None => TypeBound::Error,
380
}
381
382
+ ast::TypeBoundKind::Use(_) => TypeBound::Error,
383
ast::TypeBoundKind::Lifetime(lifetime) => {
384
TypeBound::Lifetime(LifetimeRef::new(&lifetime))
385
0 commit comments