-
Notifications
You must be signed in to change notification settings - Fork 13k
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 type to ConstKind::Placeholder
#78463
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rust-highfive
added
the
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
label
Oct 28, 2020
varkor
added
the
A-const-generics
Area: const generics (parameters and arguments)
label
Oct 28, 2020
varkor
force-pushed
the
placeholder-const
branch
from
October 28, 2020 02:08
e7fd4fe
to
eb40907
Compare
varkor
commented
Oct 28, 2020
lcnr
reviewed
Oct 28, 2020
varkor
force-pushed
the
placeholder-const
branch
from
October 28, 2020 10:38
eb40907
to
8014f1e
Compare
nikomatsakis
reviewed
Nov 9, 2020
varkor
force-pushed
the
placeholder-const
branch
from
November 10, 2020 00:11
8014f1e
to
ba4bb90
Compare
nikomatsakis
requested changes
Nov 12, 2020
varkor
force-pushed
the
placeholder-const
branch
from
November 12, 2020 15:40
ba4bb90
to
e24a4b4
Compare
@bors r+ |
📌 Commit e24a4b4 has been approved by |
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 12, 2020
bors
added a commit
to rust-lang-ci/rust
that referenced
this pull request
Nov 13, 2020
…laumeGomez Rollup of 6 pull requests Successful merges: - rust-lang#77151 (Add regression test for issue rust-lang#76042) - rust-lang#77996 (Doc change: Remove mention of `fnv` in HashMap) - rust-lang#78463 (Add type to `ConstKind::Placeholder`) - rust-lang#78984 (Rustdoc check option) - rust-lang#78985 (add dropck test for const params) - rust-lang#78996 (add explicit test for const param promotion) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
16 tasks
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)
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I simply threaded
<'tcx>
through everything that required it. I'm not sure whether this is the correct thing to do, but it seems to work.r? @nikomatsakis