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

add rustc_private as a proper language feature gate #62869

Merged
merged 2 commits into from
Jul 23, 2019

Commits on Jul 22, 2019

  1. add rustc_private as a proper language feature gate

    At the moment, `rustc_private` as a (library) feature exists by
    accident: `char::is_xid_start`, `char::is_xid_continue` methods in
    libcore define it.
    matklad committed Jul 22, 2019
    Configuration menu
    Copy the full SHA
    27b703d View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2019

  1. Update src/librustc_lexer/src/lib.rs

    Co-Authored-By: Ralf Jung <post@ralfj.de>
    matklad and RalfJung authored Jul 23, 2019
    Configuration menu
    Copy the full SHA
    7e612c1 View commit details
    Browse the repository at this point in the history