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

test: Verify all sysroot crates are unstable #39851

Merged
merged 1 commit into from
Feb 24, 2017

Commits on Feb 21, 2017

  1. test: Verify all sysroot crates are unstable

    As we continue to add more crates to the compiler and use them to implement
    various features we want to be sure we're not accidentally expanding the API
    surface area of the compiler! To that end this commit adds a new `run-make` test
    which will attempt to `extern crate foo` all crates in the sysroot, verifying
    that they're all unstable.
    
    This commit discovered that the `std_shim` and `test_shim` crates were
    accidentally stable and fixes the situation by deleting those shims. The shims
    are no longer necessary due to changes in Cargo that have happened since they
    were originally incepted.
    alexcrichton committed Feb 21, 2017
    Configuration menu
    Copy the full SHA
    40aaa65 View commit details
    Browse the repository at this point in the history