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

std: Remove internal definitions of cfg_if! macro #61720

Merged
merged 1 commit into from
Jun 13, 2019

Commits on Jun 10, 2019

  1. std: Remove internal definitions of cfg_if! macro

    This is duplicated in a few locations throughout the sysroot to work
    around issues with not exporting a macro in libstd but still wanting it
    available to sysroot crates to define blocks. Nowadays though we can
    simply depend on the `cfg-if` crate on crates.io, allowing us to use it
    from there!
    alexcrichton committed Jun 10, 2019
    Configuration menu
    Copy the full SHA
    8eb7f36 View commit details
    Browse the repository at this point in the history