Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rollup merge of rust-lang#114164 - Enselic:lint-cap-trait-bounds, r=c…
…ompiler-errors Add regression test for `--cap-lints allow` and trait bounds warning Closes rust-lang#43134 I have verified that the test fails if stderr begins to contain output by making sure the test fails when I add eprintln!("some output on stderr"); to the compiler (I added it to `fn build_session()`).
- Loading branch information