Skip to content

extend min_const_generics param ty tests - #78987

Merged
bors merged 1 commit into
rust-lang:masterfrom
lcnr:integer-sizes
Nov 13, 2020
Merged

extend min_const_generics param ty tests#78987
bors merged 1 commit into
rust-lang:masterfrom
lcnr:integer-sizes

Conversation

@lcnr

@lcnrlcnr commented Nov 12, 2020

Copy link
Copy Markdown
Contributor

Apparently we never tested for u128 and i128 before this, so I added a test for all types which are allowed.

r? @varkor

@lcnrlcnr added F-const_generics `#![feature(const_generics)]` F-min_const_generics labels Nov 12, 2020
@rust-highfiverust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Nov 12, 2020
@varkor

Copy link
Copy Markdown
Contributor

@bors r+ rollup

@bors

bors commented Nov 12, 2020

Copy link
Copy Markdown
Collaborator

📌 Commit 80b2835 has been approved by varkor

@borsbors 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
m-ou-se added a commit to m-ou-se/rust that referenced this pull request Nov 12, 2020
extend min_const_generics param ty tests
Apparently we never tested for `u128` and `i128` before this, so I added a test for all types which are allowed.
r? `@varkor`
@m-ou-sem-ou-se mentioned this pull request Nov 12, 2020
@m-ou-sem-ou-se mentioned this pull request Nov 12, 2020
bors added a commit to rust-lang-ci/rust that referenced this pull request Nov 12, 2020
Rollup of 7 pull requests
Successful merges:
- rust-lang#76730 (Fix rustdoc rendering of by-value mutable arguments in async fn)
- rust-lang#78836 (Implement destructuring assignment for structs and slices)
- rust-lang#78857 (Improve BinaryHeap performance)
- rust-lang#78950 (Add asm register information for SPIR-V)
- rust-lang#78970 (update rustfmt to v1.4.25)
- rust-lang#78972 (Update cargo)
- rust-lang#78987 (extend min_const_generics param ty tests)
Failed merges:
r? `@ghost`
`@rustbot` modify labels: rollup
@bors
bors merged commit 38ca6e3 into rust-lang:masterNov 13, 2020
@rustbotrustbot added this to the 1.49.0 milestone Nov 13, 2020
@lcnr
lcnr deleted the integer-sizes branch November 13, 2020 09:34
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

F-const_generics`#![feature(const_generics)]`S-waiting-on-borsStatus: 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.

5 participants

@lcnr@varkor@bors@rust-highfive@rustbot