-
Notifications
You must be signed in to change notification settings - Fork 13k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rustc: keep a Span for each predicate in ty::GenericPredicates. #54278
Conversation
@bors try (for perf) |
⌛ Trying commit 7317a8733798b56191d44722a5ae603ae3bf25cd with merge b52271b1bac1d1dcc839f7242fd40a5264df021a... |
☀️ Test successful - status-travis |
@rust-timer build b52271b1bac1d1dcc839f7242fd40a5264df021a |
Success: Queued b52271b1bac1d1dcc839f7242fd40a5264df021a with parent 32dc5a0, comparison URL. |
Results are in, and it looks mostly like noise, AFAICT. |
Yes, this is probably just noise. |
@bors r+ |
📌 Commit 7317a8733798b56191d44722a5ae603ae3bf25cd has been approved by |
☔ The latest upstream changes (presumably #54389) made this pull request unmergeable. Please resolve the merge conflicts. |
@eddyb (needs rebase) |
7317a87
to
4a1262d
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
4a1262d
to
7020326
Compare
@bors r=nikomatsakis |
📌 Commit 7020326 has been approved by |
rustc: keep a Span for each predicate in ty::GenericPredicates. This should allow finer-grained diagnostics, including migration suggestions for #54090. (Note that I haven't changed most of the users of `predicates_of` to use the new spans) r? @nikomatsakis
💔 Test failed - status-travis |
The job Click to expand the log.
I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
@bors retry (looks spurious) |
⌛ Testing commit 7020326 with merge a062cc3138ee0f3ca09e5a05bbb41048512bfdc4... |
💔 Test failed - status-travis |
The job Click to expand the log.
I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
Okay this keeps happening, am I missing something in the logs? |
@bors: retry |
rustc: keep a Span for each predicate in ty::GenericPredicates. This should allow finer-grained diagnostics, including migration suggestions for #54090. (Note that I haven't changed most of the users of `predicates_of` to use the new spans) r? @nikomatsakis
☀️ Test successful - status-appveyor, status-travis |
This should allow finer-grained diagnostics, including migration suggestions for #54090.
(Note that I haven't changed most of the users of
predicates_of
to use the new spans)r? @nikomatsakis