mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 06:11:35 +00:00
fix profile name
This commit is contained in:
parent
f59cd1a4a0
commit
61135d4d4d
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ pub(crate) fn solve_query(
|
||||||
krate: Crate,
|
krate: Crate,
|
||||||
trait_ref: Canonical<InEnvironment<Obligation>>,
|
trait_ref: Canonical<InEnvironment<Obligation>>,
|
||||||
) -> Option<Solution> {
|
) -> Option<Solution> {
|
||||||
let _p = profile("implements_query");
|
let _p = profile("solve_query");
|
||||||
let canonical = trait_ref.to_chalk(db).cast();
|
let canonical = trait_ref.to_chalk(db).cast();
|
||||||
// We currently don't deal with universes (I think / hope they're not yet
|
// We currently don't deal with universes (I think / hope they're not yet
|
||||||
// relevant for our use cases?)
|
// relevant for our use cases?)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue