Skip to content

html5ever doesn't compile with never rustc #110

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Closed
o01eg opened this issue Mar 17, 2015 · 2 comments
Closed

html5ever doesn't compile with never rustc #110

o01eg opened this issue Mar 17, 2015 · 2 comments

Comments

@o01eg
Copy link
Contributor

o01eg commented Mar 17, 2015

   Compiling html5ever_macros v0.0.0 (file:///tmp/html5ever)
macros/src/lib.rs:14:56: 14:60 error: unused or unknown feature, #[deny(unused_features)] on by default
macros/src/lib.rs:14 #![feature(rustc_private, core, collections, std_misc, path)]
                                                                            ^~~~
macros/src/named_entities.rs:63:18: 63:23 error: use of deprecated item: use (start..stop) instead, #[deny(deprecated)] on by default
macros/src/named_entities.rs:63         for n in range(1, k.len()) {
                                                 ^~~~~
error: aborting due to 2 previous errors
Could not compile `html5ever_macros`.

Even if I fix that I get into deprecated old_io errors.

rustc 1.0.0-dev (1760e8749 2015-03-16) (built 2015-03-17)

@Ogeon
Copy link
Contributor

Ogeon commented Mar 17, 2015

I decided to give it a try and upgrade to the latest nightly, but it fails with two ICEs when running cargo test.

@kmcallister
Copy link
Contributor

I merged some Rust upgrades. I'm waiting on a fix for one of those ICEs, and then we'll see where we are.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants