mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 13:51:31 +00:00
Remove identity impls for ToChalk
This commit is contained in:
parent
a163554857
commit
8ce6fea325
4 changed files with 21 additions and 215 deletions
|
@ -96,7 +96,7 @@ pub(crate) fn trait_solve_query(
|
|||
}
|
||||
}
|
||||
|
||||
let canonical = goal.to_chalk(db).cast(&Interner);
|
||||
let canonical = goal.cast(&Interner);
|
||||
|
||||
// We currently don't deal with universes (I think / hope they're not yet
|
||||
// relevant for our use cases?)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue