Require a trait in the bounds of existential types#60409
Require a trait in the bounds of existential types#60409bors merged 5 commits intorust-lang:masterfrom
Conversation
|
@bors r+ Thanks! |
|
📌 Commit db7f265 has been approved by |
…e, r=oli-obk Require a trait in the bounds of existential types Fixes rust-lang#53090 r? @oli-obk
…e, r=oli-obk Require a trait in the bounds of existential types Fixes rust-lang#53090 r? @oli-obk
…e, r=oli-obk Require a trait in the bounds of existential types Fixes rust-lang#53090 r? @oli-obk
|
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 |
|
Oops, I didn't check the |
|
@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 |
|
@JohnTitor keep them as |
|
Thank you @oli-obk! I fixed them. |
|
Travis with green |
|
@bors r+ Thanks! |
|
📌 Commit 748d978 has been approved by |
…e, r=oli-obk Require a trait in the bounds of existential types Fixes rust-lang#53090 r? @oli-obk
…e, r=oli-obk Require a trait in the bounds of existential types Fixes rust-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