Skip to content
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

Fix transitive doctests panic=abort #3021

Merged
merged 1 commit into from
Aug 23, 2016

Commits on Aug 19, 2016

  1. Fix transitive doctests panic=abort

    Ensure that when we compile doctested libraries or examples we use the same
    panic mode as the rest of the tests, namely ignoring panic=abort b/c libtest
    isn't compiled with panic=abort.
    
    Closes rust-lang#3017
    alexcrichton committed Aug 19, 2016
    Configuration menu
    Copy the full SHA
    23498ec View commit details
    Browse the repository at this point in the history