You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(timings): compute codegen start time to draw dep lines (#16055)
### What does this PR try to resolve?
This was an overlook in 1891593
that forgot to replace other `rmeta_x`.
Resolves#16045
### How to test and review this PR?
Two scenarios: One with `-Zsection-timings`, and one without.
```
cargo build --timings -p cargo-util-schemas
cargo build --timings -p cargo-util-schemas -Zsection-timings
```
If hovering on `semver` or `serde_spanned`, the dep line will link to
codegen start of `serde_core`.
On 1.91-beta or 1.92-nightly, the dep lines won't be drawn.
0 commit comments