-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Parse lifetimes that start with a number and give specific error #58876
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 has picked a reviewer for you, use r? to override) |
rust-highfive
added
the
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
label
Mar 2, 2019
bjorn3
reviewed
Mar 2, 2019
estebank
force-pushed
the
numeric-lifetime
branch
from
March 2, 2019 23:19
bd13ff7
to
b87788b
Compare
petrochenkov
reviewed
Mar 8, 2019
petrochenkov
reviewed
Mar 8, 2019
r=me with comments addressed |
petrochenkov
added
S-waiting-on-author
Status: This is awaiting some action (such as code changes or more information) from the author.
and removed
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
labels
Mar 8, 2019
estebank
force-pushed
the
numeric-lifetime
branch
2 times, most recently
from
March 8, 2019 21:29
c7b3433
to
cd61eda
Compare
This comment has been minimized.
This comment has been minimized.
estebank
force-pushed
the
numeric-lifetime
branch
from
March 8, 2019 23:37
cd61eda
to
5243312
Compare
This comment has been minimized.
This comment has been minimized.
estebank
force-pushed
the
numeric-lifetime
branch
from
March 9, 2019 00:09
5243312
to
9b8d329
Compare
This comment has been minimized.
This comment has been minimized.
estebank
force-pushed
the
numeric-lifetime
branch
2 times, most recently
from
March 9, 2019 01:55
63e071d
to
61596bb
Compare
@bors r=petrochenkov rollup |
📌 Commit 61596bbd4744b43d390ec2bd0ea1afe8f26dccaf 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-author
Status: This is awaiting some action (such as code changes or more information) from the author.
labels
Mar 9, 2019
petrochenkov
reviewed
Mar 9, 2019
@bors r- |
bors
removed
the
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
label
Mar 9, 2019
estebank
force-pushed
the
numeric-lifetime
branch
from
March 9, 2019 19:09
b0a3416
to
f690821
Compare
@bors r=petrochenkov |
📌 Commit f690821 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-author
Status: This is awaiting some action (such as code changes or more information) from the author.
labels
Mar 9, 2019
Centril
added a commit
to Centril/rust
that referenced
this pull request
Mar 10, 2019
…henkov Parse lifetimes that start with a number and give specific error Fix rust-lang#58786.
Centril
added a commit
to Centril/rust
that referenced
this pull request
Mar 10, 2019
…henkov Parse lifetimes that start with a number and give specific error Fix rust-lang#58786.
Centril
added a commit
to Centril/rust
that referenced
this pull request
Mar 10, 2019
…henkov Parse lifetimes that start with a number and give specific error Fix rust-lang#58786.
Centril
added a commit
to Centril/rust
that referenced
this pull request
Mar 10, 2019
…henkov Parse lifetimes that start with a number and give specific error Fix rust-lang#58786.
Centril
added a commit
to Centril/rust
that referenced
this pull request
Mar 11, 2019
…henkov Parse lifetimes that start with a number and give specific error Fix rust-lang#58786.
kennytm
added a commit
to kennytm/rust
that referenced
this pull request
Mar 11, 2019
…henkov Parse lifetimes that start with a number and give specific error Fix rust-lang#58786.
pietroalbini
added a commit
to pietroalbini/rust
that referenced
this pull request
Mar 12, 2019
…henkov Parse lifetimes that start with a number and give specific error Fix rust-lang#58786.
Centril
added a commit
to Centril/rust
that referenced
this pull request
Mar 13, 2019
…henkov Parse lifetimes that start with a number and give specific error Fix rust-lang#58786.
bors
added a commit
that referenced
this pull request
Mar 13, 2019
Rollup of 16 pull requests Successful merges: - #58829 (librustc_interface: Update scoped-tls to 1.0) - #58876 (Parse lifetimes that start with a number and give specific error) - #58908 (Update rand version) - #58998 (Fix documentation of from_ne_bytes and from_le_bytes) - #59056 (Use lifetime contravariance to elide more lifetimes in core+alloc+std) - #59057 (Standardize `Range*` documentation) - #59080 (Fix incorrect links in librustc_codegen_llvm documentation) - #59083 (Fix #54822 and associated faulty tests) - #59093 (Remove precompute_in_scope_traits_hashes) - #59101 (Reduces Code Repetitions like `!n >> amt`) - #59121 (impl FromIterator for Result: Use assert_eq! instead of assert!) - #59124 (Replace assert with assert_eq) - #59129 (Visit impl Trait for dead_code lint) - #59130 (Note that NonNull does not launder shared references for mutation) - #59132 (ignore higher-ranked object bound conditions created by WF) - #59138 (Simplify Iterator::{min, max}) Failed merges: r? @ghost
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.
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.
Fix #58786.