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 uprust-css tests don't compile #328
Closed
Comments
|
This is a known problem. This is the only bit of code that I was unable to convert to Rust 0.6. I am planning to implement the Clone trait on @ and @mut types in Rust's libcore so that these tests can be fixed. For now you'll have to run tests on later modules by use |
This was referenced Apr 5, 2013
|
Works for me now. |
glennw
pushed a commit
to glennw/servo
that referenced
this issue
Jan 16, 2017
Update readme to use proper markdown syntax for lists
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After compiling, i got this errors on check:
/servo/src/rust-css/color.rs:195:8: 195:19 error: macro undefined: 'fail_unless'
/servo/src/rust-css/color.rs:195 fail_unless!(red().eq(&unwrap(parse_color(~"red"))));