]> git.lizzy.rs Git - rust.git/commit - src/tools/clippy
Rollup merge of #68290 - petrochenkov:passcheck, r=oli-obk
authorYuki Okushi <huyuumi.dev@gmail.com>
Mon, 20 Jan 2020 22:32:42 +0000 (07:32 +0900)
committerGitHub <noreply@github.com>
Mon, 20 Jan 2020 22:32:42 +0000 (07:32 +0900)
commiteff6381c32c23b094152ad8a7f63f4e617014fd0
tree7103c806a4c66826118beda5f625f25fb41ec40f
parente1bd9b33963f51620980ee1450a64ed12e104934
parent8fa8b81a7701ba8c14476d86b641d5cbe6cfa713
Rollup merge of #68290 - petrochenkov:passcheck, r=oli-obk

Fix some tests failing in `--pass check` mode

Warnings reported at codegen or linking time either have to be converted to errors (preferable), or the tests for them need to be marked with `// ignore-pass` (as a last resort).

https://github.com/rust-lang/rust/commit/ecd5852194f43511443f134aebf0462b58c8e197 turned them from errors to warnings, but that shouldn't be necessary because it's still clear from the `.stderr` output that the errors are lints and not hard-coded.