Uh oh!
There was an error while loading. Please reload this page.
updated p! macro to accept literals - #77190
Merged
Merged
Conversation
rust-highfive
commented
Sep 25, 2020
Contributor
(rust_highfive has picked a reviewer for you, use r? to override) |
jakevossen5
commented
Sep 25, 2020
ContributorAuthor
r? @eddyb |
bors
commented
Sep 30, 2020
Collaborator
☔ The latest upstream changes (presumably #77069) made this pull request unmergeable. Please resolve the merge conflicts. Note that reviewers usually do not review pull requests until merge conflicts are resolved! Once you resolve the conflicts, you should change the labels applied by bors to indicate that your PR is ready for review. Post this as a comment to change the labels: |
jakevossen5
commented
Sep 30, 2020
ContributorAuthor
@rustbot modify labels: +S-waiting-on-review -S-waiting-on-author |
eddyb
approved these changes
Oct 3, 2020
eddyb
commented
Oct 3, 2020
Contributor
@bors r+ |
bors
commented
Oct 3, 2020
Collaborator
📌 Commit 018d587 has been approved by |
tesuji
commented
Oct 4, 2020
Contributor
It would be nice to git squash related commits. |
bors added a commit
to rust-lang-ci/rust
that referenced
this pull request
Oct 4, 2020
Rollup of 11 pull requests Successful merges: - rust-lang#75143 (Use `tracing` spans to trace the entire MIR interp stack) - rust-lang#75699 (Uplift drop-bounds lint from clippy) - rust-lang#76768 (Test and reject out-of-bounds shuffle vectors) - rust-lang#77190 (updated p! macro to accept literals) - rust-lang#77388 (Add some regression tests) - rust-lang#77419 (Create E0777 error code for invalid argument in derive) - rust-lang#77447 (BTreeMap: document DrainFilterInner better) - rust-lang#77468 (Fix test name) - rust-lang#77469 (Improve rustdoc error for failed intra-doc link resolution) - rust-lang#77473 (Make --all-targets in x.py check opt-in) - rust-lang#77508 (Fix capitalization in blog post name) Failed merges: r? `@ghost`
This file contains hidden or 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
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Closes#70948
Huge thanks @eddyb for helping me out!