-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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 a bunch of const-generic revisions for min_const_generics
#75322
Conversation
d2fe81d
to
0f14e6b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks 👍
Rn there are a lot of stale testname.stderr
files (as we now have testname.full.stderr
and testname.min.stderr
).
It's probably easiest to delete all stderr files in src/test/ui/const-generics
and then rerun the tests
src/test/ui/const-generics/array-size-in-generic-struct-param.rs
Outdated
Show resolved
Hide resolved
src/test/ui/const-generics/const-argument-non-static-lifetime.rs
Outdated
Show resolved
Hide resolved
src/test/ui/const-generics/integer-literal-generic-arg-in-where-clause.rs
Show resolved
Hide resolved
☔ The latest upstream changes (presumably #74005) made this pull request unmergeable. Please resolve the merge conflicts. |
e344a5c
to
ca6e996
Compare
@bors r+ rollup=iffy affects nearly all tests in |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
📌 Commit ca6e996fc61c36f37381fca9a386d2ec1b740630 has been approved by |
⌛ Testing commit ca6e996fc61c36f37381fca9a386d2ec1b740630 with merge 898cd8acf6d8d354451bebd4cf7d07079076a033... |
💔 Test failed - checks-azure |
network @bors retry |
⌛ Testing commit ca6e996fc61c36f37381fca9a386d2ec1b740630 with merge 098a5b6ba72225e0551a197d7478c9e1fb8c4313... |
seems like bors has some problems again 🤔 cc @rust-lang/infra @bors retry |
⌛ Testing commit ca6e996fc61c36f37381fca9a386d2ec1b740630 with merge 0a410faa22b14680989543721516a350f3f58aec... |
💔 Test failed - checks-actions |
that one is actually legit. @JulianKnodt seems like you have to rebase and rerun the test suite because of #75359 |
This adds a bunch of revisions to const-generic tests
And also fix some comments as suggested by lcnr
@bors r+ |
📌 Commit 5c0b416 has been approved by |
☀️ Test successful - checks-actions, checks-azure |
This adds a bunch of revisions to
const-generic
tests which is part of #75279, but doesn't cover everything.r? @lcnr