Skip to content

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 JulianKnodt force-pushed the infer branch 4 times, most recently from 9c81041 to 5d2b04a Compare March 27, 2021 17:37
@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.

@lcnr
Copy link
Contributor

lcnr commented Jul 27, 2021

@bors r=oli-obk,lcnr

@bors
Copy link
Collaborator

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
Collaborator

bors commented Jul 27, 2021

⌛ Testing commit 8759f00 with merge cc4cb3f8f09c50d50407106fee4b008df6e11b1e...

@bors
Copy link
Collaborator

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
Collaborator

bors commented Jul 27, 2021

⌛ Testing commit 8759f00 with merge fd853c0...

@bors
Copy link
Collaborator

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.

9 participants