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

Fix issue with specifying generic arguments for primitive types #78089

Merged
merged 1 commit into from
Oct 19, 2020

Conversation

varkor
Copy link
Member

@varkor varkor commented Oct 18, 2020

Fixes #78005.

r? @lcnr

@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Oct 18, 2020
@lcnr
Copy link
Contributor

lcnr commented Oct 19, 2020

👍

@bors r+ rollup

@bors
Copy link
Contributor

bors commented Oct 19, 2020

📌 Commit c0d29fe has been approved by 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 Oct 19, 2020
@bors
Copy link
Contributor

bors commented Oct 19, 2020

⌛ Testing commit c0d29fe with merge 6ef88e55a7244262a4448aa564309d5221bec675...

@pietroalbini
Copy link
Member

@bors treeclosed=1000 retry

Doing maintenance work on bors itself.

@pietroalbini
Copy link
Member

@bors treeclosed-

Maintenance done!

bors added a commit to rust-lang-ci/rust that referenced this pull request Oct 19, 2020
…laumeGomez

Rollup of 4 pull requests

Successful merges:

 - rust-lang#77877 (Use `try{}` in `try_fold` to decouple iterators in the library from `Try` details)
 - rust-lang#78089 (Fix issue with specifying generic arguments for primitive types)
 - rust-lang#78099 (Add missing punctuation)
 - rust-lang#78103 (Add link to rustdoc book in rustdoc help popup)

Failed merges:

r? `@ghost`
@bors bors merged commit 684fbd5 into rust-lang:master Oct 19, 2020
@rustbot rustbot added this to the 1.49.0 milestone Oct 19, 2020
@varkor varkor deleted the opt_const_param_of-error branch October 21, 2020 17:54
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.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ICE: type_of.rs:115:26: unexpected anon const res PrimTy(Uint(Usize)) in path
6 participants