Uh oh!
There was an error while loading. Please reload this page.
Require a trait in the bounds of existential types - #60409
Conversation
Uh oh!
There was an error while loading. Please reload this page.
oli-obk
commented
Apr 30, 2019
@bors r+ Thanks! |
bors
commented
Apr 30, 2019
📌 Commit db7f265 has been approved by |
…e, r=oli-obk Require a trait in the bounds of existential types Fixesrust-lang#53090 r? @oli-obk
…e, r=oli-obk Require a trait in the bounds of existential types Fixesrust-lang#53090 r? @oli-obk
…e, r=oli-obk Require a trait in the bounds of existential types Fixesrust-lang#53090 r? @oli-obk
rust-highfive
commented
Apr 30, 2019
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 |
JohnTitor
commented
Apr 30, 2019
Oops, I didn't check the |
Centril
commented
Apr 30, 2019
@bors r- meanwhile. |
@oli-obk Could we remove these lines, or should fix? (These are no longer rust/src/test/run-pass/existential_type.rs Lines 70 to 87 in f843ad6 |
oli-obk
commented
Apr 30, 2019
@JohnTitor keep them as |
JohnTitor
commented
Apr 30, 2019
Thank you @oli-obk! I fixed them. |
JohnTitor
commented
Apr 30, 2019
Travis with green |
oli-obk
commented
May 2, 2019
@bors r+ Thanks! |
bors
commented
May 2, 2019
📌 Commit 748d978 has been approved by |
…e, r=oli-obk Require a trait in the bounds of existential types Fixesrust-lang#53090 r? @oli-obk
…e, r=oli-obk Require a trait in the bounds of existential types Fixesrust-lang#53090 r? @oli-obk
Rollup of 12 pull requests Successful merges: - #59928 (Make deprecation lint `ambiguous_associated_items` deny-by-default) - #60220 (report fatal errors during doctest parsing) - #60373 (Tidy: ensure lang features are sorted by since) - #60388 (Disallow non-explicit elided lifetimes in async fn) - #60393 ( Do not suggest incorrect syntax on pattern type error due to borrow) - #60401 (Rename `RUST_LOG` to `RUSTC_LOG`) - #60409 (Require a trait in the bounds of existential types) - #60455 (Resolve match arm ty when arms diverge) - #60457 (Const prop refactoring) - #60467 (Avoid repeated interning of static strings.) - #60478 (minor compiler doc tweaks) - #60501 (Propagate mutability from arguments to local bindings in async fn) Failed merges: r? @ghost
Fixes#53090
r? @oli-obk