Uh oh!
There was an error while loading. Please reload this page.
Forbid non-derefable types explicitly in unsizing casts - #75136
Conversation
oli-obk
commented
Aug 4, 2020
@bors r+ rollup |
bors
commented
Aug 4, 2020
📌 Commit cd7204e has been approved by |
bors
commented
Aug 4, 2020
⌛ Testing commit cd7204e with merge f4e38ee6b1b7292ad16ca220f9a6be9122a50e06... |
bors
commented
Aug 4, 2020
💔 Test failed - checks-actions |
rust-log-analyzer
commented
Aug 4, 2020
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 |
JohnTitor
commented
Aug 4, 2020
Seems spurious: @bors retry |
JohnTitor
commented
Aug 4, 2020
@oli-obk Could we beta-nominate this? The failure has reached beta and this is an obvious fix. |
bors
commented
Aug 4, 2020
bors
commented
Aug 4, 2020
☀️ Test successful - checks-actions, checks-azure |
JohnTitor
commented
Aug 4, 2020
Beta-nominating with this reason: #75136 (comment) |
spastorino
commented
Aug 6, 2020
…ulacrum [beta] backports * Forbid non-derefable types explicitly in unsizing casts rust-lang#75136 * forbid `#[track_caller]` on main rust-lang#75130 * Fix #[track_caller] shims for trait objects. rust-lang#74784 * rustc_target: Add a target spec option for disabling `--eh-frame-hdr` rust-lang#74631 * Disable Azure Pipelines except for macOS rust-lang#74620 * Upload builds from GHA instead of Azure Pipelines rust-lang#74565 * Add the aarch64-apple-darwin target rust-lang#74541 * Use `ReEmpty(U0)` as the implicit region bound in typeck rust-lang#74509 * rustbuild: drop tool::should_install rust-lang#74457 * lint: use `transparent_newtype_field` to avoid ICE rust-lang#74340 * Don't panic if the lhs of a div by zero is not statically known rust-lang#74221 * improper_ctypes_definitions: allow `Box` rust-lang#74448 * typeck: check for infer before type impls trait rust-lang#73965
Fixes#75118
r? @oli-obk