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 hir::GenericArg::Infer #83484

Merged
merged 3 commits into from Jul 27, 2021
Merged

Add hir::GenericArg::Infer #83484

merged 3 commits into from Jul 27, 2021

Conversation

JulianKnodt
Copy link
Contributor

@JulianKnodt JulianKnodt commented Mar 25, 2021

In order to extend inference to consts, make an Infer type on hir::GenericArg.

@JulianKnodt JulianKnodt changed the title [WIP] Add hir::GenericArg::Infer Add hir::GenericArg::Infer Mar 27, 2021
@JulianKnodt JulianKnodt marked this pull request as ready for review March 27, 2021 05:10
@rust-log-analyzer

This comment has been minimized.

@JulianKnodt
Copy link
Contributor Author

JulianKnodt commented Mar 27, 2021

r? @lcnr
I'm not sure if you intended for const inference to work here yet, I didn't add it (but can if it's already possible)

@JulianKnodt
Copy link
Contributor Author

@rustbot label: +S-waiting-on-review

@rustbot rustbot added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Mar 27, 2021
@rust-log-analyzer

This comment has been minimized.

@rust-log-analyzer

This comment has been minimized.

@rust-log-analyzer

This comment has been minimized.

@rust-log-analyzer

This comment has been minimized.

@rust-log-analyzer

This comment has been minimized.

@rust-log-analyzer

This comment has been minimized.

@rust-log-analyzer

This comment has been minimized.

@rust-log-analyzer

This comment has been minimized.

compiler/rustc_hir/src/hir.rs Outdated Show resolved Hide resolved
compiler/rustc_privacy/src/lib.rs Show resolved Hide resolved
@lcnr
Copy link
Contributor

lcnr commented Jul 27, 2021

@bors r=oli-obk,lcnr

@bors
Copy link
Contributor

bors commented Jul 27, 2021

📌 Commit 8759f00 has been approved by oli-obk,lcnr

@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 Jul 27, 2021
@lcnr
Copy link
Contributor

lcnr commented Jul 27, 2021

while I assume it won't matter, better safe than sorry
@bors rollup=never

@bors
Copy link
Contributor

bors commented Jul 27, 2021

⌛ Testing commit 8759f00 with merge cc4cb3f8f09c50d50407106fee4b008df6e11b1e...

@bors
Copy link
Contributor

bors commented Jul 27, 2021

💔 Test failed - checks-actions

@rust-log-analyzer
Copy link
Collaborator

A job failed! Check out the build log: (web) (plain)

Click to see the possible cause of the failure (guessed by this bot)

@bors bors added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. and removed S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. labels Jul 27, 2021
@lcnr
Copy link
Contributor

lcnr commented Jul 27, 2021

@bors retry

@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 Jul 27, 2021
@bors
Copy link
Contributor

bors commented Jul 27, 2021

⌛ Testing commit 8759f00 with merge fd853c0...

@bors
Copy link
Contributor

bors commented Jul 27, 2021

☀️ Test successful - checks-actions
Approved by: oli-obk,lcnr
Pushing fd853c0 to master...

@bors bors added the merged-by-bors This PR was explicitly merged by bors. label Jul 27, 2021
@bors bors merged commit fd853c0 into rust-lang:master Jul 27, 2021
@rustbot rustbot added this to the 1.56.0 milestone Jul 27, 2021
@JulianKnodt JulianKnodt deleted the infer branch July 27, 2021 19:37
flip1995 pushed a commit to flip1995/rust that referenced this pull request Jul 29, 2021
Add hir::GenericArg::Infer

In order to extend inference to consts, make an Infer type on hir::GenericArg.
@lcnr lcnr added the A-const-generics Area: const generics (parameters and arguments) label Dec 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-const-generics Area: const generics (parameters and arguments) merged-by-bors This PR was explicitly merged by bors. 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.

None yet

9 participants