mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 12:29:21 +00:00
More renaming
This commit is contained in:
parent
eea777c714
commit
1954147834
5 changed files with 23 additions and 19 deletions
|
@ -1979,7 +1979,7 @@ impl Type {
|
|||
walk_bounds(db, &type_.derived(ty.clone()), &bounds, cb);
|
||||
}
|
||||
|
||||
walk_substs(db, type_, &opaque_ty.parameters, cb);
|
||||
walk_substs(db, type_, &opaque_ty.substitution, cb);
|
||||
}
|
||||
TyKind::Placeholder(_) => {
|
||||
if let Some(bounds) = ty.impl_trait_bounds(db) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue