Uh oh!
There was an error while loading. Please reload this page.
Don't ICE on unconstrained anonymous lifetimes inside associated types. - #74665
Conversation
rust-highfive
commented
Jul 23, 2020
r? @davidtwco (rust_highfive has picked a reviewer for you, use r? to override) |
davidtwco
commented
Jul 23, 2020
@bors r+ |
bors
commented
Jul 23, 2020
📌 Commit bbaab63 has been approved by |
bors
commented
Jul 23, 2020
⌛ Testing commit bbaab63 with merge e9d67a3cd88b7a8350112e69507668a7c71ac50d... |
rust-log-analyzer
commented
Jul 23, 2020
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
commented
Jul 23, 2020
💔 Test failed - checks-actions |
@rust-lang/infra |
ehuss
commented
Jul 23, 2020
Rollup of 12 pull requests Successful merges: - rust-lang#74361 (Improve doc theme logo display) - rust-lang#74504 (Add right border bar to Dark and Light theme) - rust-lang#74572 (Internally unify rustc_deprecated and deprecated) - rust-lang#74601 (Clean up E0724 explanation) - rust-lang#74623 (polymorphize GlobalAlloc::Function) - rust-lang#74665 (Don't ICE on unconstrained anonymous lifetimes inside associated types.) - rust-lang#74666 (More BTreeMap test cases, some exposing undefined behaviour) - rust-lang#74669 (Fix typo) - rust-lang#74677 (Remove needless unsafety from BTreeMap::drain_filter) - rust-lang#74680 (Add missing backticks in diagnostics note) - rust-lang#74694 (Clean up E0727 explanation) - rust-lang#74703 (Fix ICE while building MIR with type errors) Failed merges: r? @ghost
Fixes#62200. The change here is inspired (copied) by how this case is handled on bare fns at
rust/src/librustc_typeck/astconv.rs
Lines 3083 to 3106 in e8b55a4