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:
|
|
The job Click to see the possible cause of the failure (guessed by this bot) |
|
Maybe this could just use |
|
most aliases will still have an associated |
|
☔ The latest upstream changes (presumably #156078) made this pull request unmergeable. Please resolve the merge conflicts. |
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.