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

Remove unused function #76050

Merged
merged 2 commits into from
Aug 31, 2020
Merged

Remove unused function #76050

merged 2 commits into from
Aug 31, 2020

Commits on Aug 30, 2020

  1. Move lexer unit tests to rustc_lexer

    StringReader is an intornal abstraction which at the moment changes a
    lot, so these unit tests cause quite a bit of friction.
    
    Moving them to rustc_lexer and more ingerated-testing style should
    make them much less annoying, hopefully without decreasing their
    usefulness much.
    
    Note that coloncolon tests are removed (it's unclear what those are
    testing).
    
    \r\n tests are removed as well, as we normalize line endings even
    before lexing.
    matklad committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    ccffea5 View commit details
    Browse the repository at this point in the history
  2. Remove unused function

    matklad committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    518cac9 View commit details
    Browse the repository at this point in the history