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 upfails build with --no-standard-features on nightly 2018-08-18 #119
Comments
bors-servo
added a commit
that referenced
this issue
Aug 22, 2018
disable std::panic::catch_unwind-using test on no_std This fixes #119 <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/rust-smallvec/120) <!-- Reviewable:end -->
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It appears calling
::std::panic::catch_unwindis no longer possible with#![no_std]. I can create a PR to disable the test on such targets.