Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upUpgrade to rustc 1.0.0-nightly (c89de2c56 2015-03-28) (built 2015-03-29) #116
Conversation
|
Travis is ICEing :/ /me tries locally |
|
Yes, as I said. I have the same ICE in my own project where I'm using html5ever. I have no Idea where it comes from. There are no multi line |
|
Oh, right. Hm |
| @@ -11,12 +11,12 @@ | |||
| #![crate_type="dylib"] | |||
|
|
|||
| #![feature(plugin_registrar, quote)] | |||
| #![feature(rustc_private, core, std_misc)] | |||
| #![feature(rustc_private, convert)] | |||
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Ogeon
Mar 28, 2015
Author
Contributor
I tried to change them. No difference. Besides, they are in the macro crate, which is built before the html5ever crate. I can still change it if it's desired.
This comment has been minimized.
This comment has been minimized.
Ygg01
Mar 29, 2015
Contributor
@Ogeon, I don't think the issue is necessarily with #![feature]. I've been hitting a similar bug, without using #![feature] at all and on older version of Rust. I suspect it's some underlying macro expansion error.
This comment has been minimized.
This comment has been minimized.
|
This is really strange... My project builds now, without any ICE, when using these fixes, but these tests are still failing. Nothing changed in my code. |
|
@Ogeon : Did you run the |
|
I did run |
|
I think all these changes are on master now. I worked around the ICE building examples by disabling debug info. |
|
Alright, thanks. |
Ogeon commentedMar 28, 2015
Removed a few deprecated things, such as a bunch of
as_slice. I decided to let most of thechar_atand friends stay for a little longer.The tests are, once again, experiencing the #23110 ICE and I'm not sure where it originates this time.