Add better default spans for the Ty impl of QueryKey#154846
Add better default spans for the Ty impl of QueryKey#154846Zoxc wants to merge 1 commit intorust-lang:mainfrom
Ty impl of QueryKey#154846Conversation
|
r? @JohnTitor rustbot has assigned @JohnTitor. Use Why was this reviewer chosen?The reviewer was selected based on:
|
This comment has been minimized.
This comment has been minimized.
|
Maybe this could just use |
|
most aliases will still have an associated |
This comment has been minimized.
This comment has been minimized.
|
This PR was rebased onto a different main commit. Here's a range-diff highlighting what actually changed. Rebasing is a normal part of keeping PRs up to date, so no action is needed—this note is just to help reviewers. |
This add default spans for
Tyin its implementation ofQueryKey. This is useful so we can get spans for thelayout_ofquery which shows up in cycle errors.