Add a convenience method on TyCtxt for checking for thread locals#71465
Add a convenience method on TyCtxt for checking for thread locals#71465bors merged 5 commits intorust-lang:masterfrom
TyCtxt for checking for thread locals#71465Conversation
|
hmm, bors doesn't like bjorn github reviewer suggestions say |
|
aa91776 to
c3d17e6
Compare
|
Your PR failed (pretty log, raw log). Through arcane magic we have determined that the following fragments from the build log may contain information about the problem. 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 |
There was a problem hiding this comment.
Please leave an empty line above and below, otherwise this "melds" into the following doc-comment.
Also while you are at it, could you fix the doc-comment for the enum itself?
There was a problem hiding this comment.
Rustfmt eats that line. I did have that line ;)
There was a problem hiding this comment.
do you want me to rustfmt skip the enum?
There was a problem hiding this comment.
Seriously, rustfmt is getting annoying. :/
Maybe then format it like that:
//
// text
//
or does rustfmt also remove empty comments?
|
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 |
357f634 to
8079dd8
Compare
|
@bors r+ |
|
📌 Commit 8079dd8 has been approved by |
Rollup of 8 pull requests Successful merges: - rust-lang#71148 (Vec drop and truncate: drop using raw slice *mut [T]) - rust-lang#71465 (Add a convenience method on `TyCtxt` for checking for thread locals) - rust-lang#71567 (Handle build completion message from Cargo) - rust-lang#71590 (MIR dump: print pointers consistently with Miri output) - rust-lang#71682 (Bump pulldown-cmark) - rust-lang#71688 (Allow `Downcast` projections unconditionally in const-checking) - rust-lang#71691 (Allow `Unreachable` terminators unconditionally in const-checking) - rust-lang#71719 (Update backtrace-sys) Failed merges: r? @ghost
|
☔ The latest upstream changes (presumably #71721) made this pull request unmergeable. Please resolve the merge conflicts. |
This PR extracts the cleanup part of #71192
r? @bjorn3