Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a note about feature(explicit_generic_args_with_impl_trait) to the relevant error message #90708

Merged
merged 1 commit into from
Nov 9, 2021

Conversation

meithecatte
Copy link
Contributor

Fixes #90615

@rust-highfive
Copy link
Collaborator

r? @jackh726

(rust-highfive has picked a reviewer for you, use r? to override)

@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Nov 8, 2021
@jackh726
Copy link
Member

jackh726 commented Nov 8, 2021

@bors r+ rollup

@bors
Copy link
Contributor

bors commented Nov 8, 2021

📌 Commit 048e1c9 has been approved by jackh726

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Nov 8, 2021
matthiaskrgr added a commit to matthiaskrgr/rust that referenced this pull request Nov 8, 2021
Add a note about feature(explicit_generic_args_with_impl_trait) to the relevant error message

Fixes rust-lang#90615
matthiaskrgr added a commit to matthiaskrgr/rust that referenced this pull request Nov 8, 2021
Add a note about feature(explicit_generic_args_with_impl_trait) to the relevant error message

Fixes rust-lang#90615
matthiaskrgr added a commit to matthiaskrgr/rust that referenced this pull request Nov 8, 2021
Add a note about feature(explicit_generic_args_with_impl_trait) to the relevant error message

Fixes rust-lang#90615
bors added a commit to rust-lang-ci/rust that referenced this pull request Nov 9, 2021
Rollup of 6 pull requests

Successful merges:

 - rust-lang#87530 (Add comments regarding superfluous `!Sync` impls)
 - rust-lang#90591 (treat illumos like solaris in failing ui tests which need it)
 - rust-lang#90678 (Add some GATs-related regression tests)
 - rust-lang#90688 (enable `dotprod` target feature in arm)
 - rust-lang#90708 (Add a note about feature(explicit_generic_args_with_impl_trait) to the relevant error message)
 - rust-lang#90720 (Update cargo)

Failed merges:

r? `@ghost`
`@rustbot` modify labels: rollup
@bors bors merged commit f1fef6b into rust-lang:master Nov 9, 2021
@rustbot rustbot added this to the 1.58.0 milestone Nov 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

rustc doesn't suggest adding feature gate attribute to resolve an error
5 participants