-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Err codes #35431
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
Err codes #35431
Conversation
@bors r+ |
📌 Commit 6f05f21 has been approved by |
⌛ Testing commit 6f05f21 with merge 893c7c6... |
💔 Test failed - auto-win-gnu-32-opt-rustbuild |
6f05f21
to
24a8a75
Compare
Updated. |
@bors r+ |
📌 Commit 24a8a75 has been approved by |
💔 Test failed - auto-win-gnu-32-opt-rustbuild |
Failure looks legit:
|
Not really since it works locally. I really don't understand the difference between the two... |
24a8a75
to
f9ca8d8
Compare
I removed the change for the problem. I'll go back on it later. |
@GuillaumeGomez - is it ready for r+? |
Yes. |
@bors r+ |
📌 Commit f9ca8d8 has been approved by |
⌛ Testing commit f9ca8d8 with merge fa4b278... |
@GuillaumeGomez I believe the default enum discriminant type is |
@TimNN: Great idea! Want to do it? :) |
💔 Test failed - auto-win-gnu-32-opt-rustbuild |
f9ca8d8
to
73dc61a
Compare
Updated. |
@GuillaumeGomez: I'm pretty sure that |
Ah right. I need to add the repr. |
73dc61a
to
6871c48
Compare
NOW it should be done. |
@GuillaumeGomez shouldn't it be #[repr(i64)]
enum Foo {
X = 0x7fffffffffffffff,
Y, //~ ERROR E0370
}
fn main() {} ? |
Yes it should... Why did I change it? |
6871c48
to
0658941
Compare
And updated. |
@bors r+ |
📌 Commit 0658941 has been approved by |
⌛ Testing commit 0658941 with merge 296f8f9... |
💔 Test failed - auto-linux-64-debug-opt |
@bors: retry |
@bors p=1 |
💔 Test failed - auto-linux-64-debug-opt |
@bors retry |
r? @jonathandturner