Uh oh!
There was an error while loading. Please reload this page.
add impl_trait_in_bindings to INCOMPLETE_FEATURES - #60770
Conversation
rust-highfive
commented
May 12, 2019
r? @eddyb (rust_highfive has picked a reviewer for you, use r? to override) |
Centril
commented
May 12, 2019
rust-highfive
commented
May 12, 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 |
varkor
commented
May 12, 2019
You'll need to add: under any |
bors
commented
May 13, 2019
☔ The latest upstream changes (presumably #60630) made this pull request unmergeable. Please resolve the merge conflicts. |
varkor
commented
May 13, 2019
|
Pulkit07
commented
May 13, 2019
You are very fast. I commented and later realized that and deleted the comment. Thanks! |
rust-highfive
commented
May 13, 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 |
impl_trait_in_bindings is not yet complete and can lead to compiler crashes. Fixesrust-lang#60764.
Centril
commented
May 13, 2019
@bors r+ rollup |
bors
commented
May 13, 2019
📌 Commit ea956e3 has been approved by |
bors
commented
May 13, 2019
🌲 The tree is currently closed for pull requests below priority 500, this pull request will be tested once the tree is reopened |
add impl_trait_in_bindings to INCOMPLETE_FEATURES impl_trait_in_bindings is not yet complete and can lead to compiler crashes. Fixesrust-lang#60764.
Rollup of 5 pull requests Successful merges: - #60176 (Explain error when yielding a reference to a local variable) - #60201 (coretest: Downgrade deny to warn) - #60562 (Add #[doc(hidden)] attribute on compiler generated module.) - #60710 (Use `delay_span_bug` for error cases when checking `AnonConst` parent) - #60770 (add impl_trait_in_bindings to INCOMPLETE_FEATURES) Failed merges: r? @ghost
impl_trait_in_bindings is not yet complete and can lead to compiler crashes.
Fixes#60764.