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 lint print_stderr #6367

Merged
merged 5 commits into from
Dec 8, 2020
Merged

Add lint print_stderr #6367

merged 5 commits into from
Dec 8, 2020

Commits on Dec 7, 2020

  1. Add lint print_stderr

    Resolves rust-lang#6348
    Almost identical to print_stdout, this lint applies to the
    `eprintln!` and `eprint!` macros rather than `println!` and
    `print!`.
    justjosias authored and ebroto committed Dec 7, 2020
    Configuration menu
    Copy the full SHA
    b81141c View commit details
    Browse the repository at this point in the history
  2. Add negative tests

    justjosias authored and ebroto committed Dec 7, 2020
    Configuration menu
    Copy the full SHA
    51cee15 View commit details
    Browse the repository at this point in the history
  3. Fix print_stderr.stderr test

    justjosias authored and ebroto committed Dec 7, 2020
    Configuration menu
    Copy the full SHA
    b04bfbd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7063c36 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2020

  1. Factor out some code in write.rs

    Get rid of the too-many-lines error.
    ebroto committed Dec 8, 2020
    Configuration menu
    Copy the full SHA
    3187cad View commit details
    Browse the repository at this point in the history