]> git.lizzy.rs Git - rust.git/commit
Use warn() for extra diagnostics; with -D warnings this leads to errors
authorRalf Jung <post@ralfj.de>
Mon, 28 Jan 2019 09:49:11 +0000 (10:49 +0100)
committerRalf Jung <post@ralfj.de>
Mon, 28 Jan 2019 09:49:11 +0000 (10:49 +0100)
commit0e8fb93249ee63edba83cd7f2f5f1b09819efa15
treec6c2a56efc656a0a0b3d2e4a991fcb2aebfb936d
parent22a947f3aa4b990efa135e3593fe7365bc7c36b9
Use warn() for extra diagnostics; with -D warnings this leads to errors

This is needed to properly respect "deny_warnings = false" in config.toml
src/liballoc/lib.rs
src/libcore/lib.rs