-
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
Assertion in build on Linux x86 #6096
Comments
definitely reproducible. |
This is a problem only in stage0. The FFI works correctly (in this case) after stage0. Making a snapshot would resolve this, but unfortunately incoming is still broken. |
bors
added a commit
that referenced
this issue
May 3, 2013
Even more of `core::run` could be rust-ified -- I believe that access to the C extern environ can be done with rust now. I did not do this because some special casing is needed for OSX and I don't have a mac I can test with. I think this will also fix #6096.
Latest incoming builds without error. Thank you. |
flip1995
pushed a commit
to flip1995/rust
that referenced
this issue
Oct 9, 2020
flip1995
pushed a commit
to flip1995/rust
that referenced
this issue
Oct 9, 2020
Allow exponent separator Fixes rust-lang#6096 changelog: Fixed bug in `clippy::inconsistent_digit_grouping` when floating point exponent is used
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The recent master tree fails the build on Linux (3.8.8-203.fc18.i686 #1 SMP Wed Apr 24 13:33:43 UTC 2013 i686 i686 i386 GNU/Linux) with gcc 4.7.2 20121109 (Red Hat 4.7.2-8).
The failure bisects to 91aeecf.
The text was updated successfully, but these errors were encountered: