-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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 test for #75158 #81462
Add test for #75158 #81462
Conversation
(rust-highfive has picked a reviewer for you, use r? to override) |
The job Click to see the possible cause of the failure (guessed by this bot)
|
Need to move the test to somewhere else. It should support |
Let's create src/test/ui/limits perhaps, and move this test and the related tests there, at least:
(Found with |
@Mark-Simulacrum I moved the tests you mention a bunch of others that seem to be checking type size overflows to the new dir |
@rustbot label: +S-waiting-on-review -S-waiting-on-author |
@bors r+ rollup |
📌 Commit 0edd6f2249acc619d931096168072abacb16388a has been approved by |
The job Click to see the possible cause of the failure (guessed by this bot)
|
The test was failing on 32-bit as the limits are different there. Per conventions I added |
@rustbot label: -S-waiting-on-bors +S-waiting-on-review |
@bors r+ rollup=iffy |
📌 Commit d6e209f has been approved by |
☀️ Test successful - checks-actions |
This also shifts some type-size related tests into a new directory, so that we keep the number of files at the root down.
Closes #75158