]> git.lizzy.rs Git - rust.git/commit - src/tools/clippy
Auto merge of #49799 - hdhoang:46205_deny_incoherent_fundamental_impls, r=nikomatsakis
authorbors <bors@rust-lang.org>
Fri, 17 May 2019 23:06:51 +0000 (23:06 +0000)
committerbors <bors@rust-lang.org>
Fri, 17 May 2019 23:06:51 +0000 (23:06 +0000)
commita614cee22e8d79766c6a6d0f63c28f12eaec63f4
treebf01bbfb8d473ee17d8676dfd85efc167e868a05
parent73a3a90d25ddb3be3d0ad2238dbb55ae79e459dc
parent9982e7d4071c3964e8212e3c547a7aaa4e12f01e
Auto merge of #49799 - hdhoang:46205_deny_incoherent_fundamental_impls, r=nikomatsakis

lint: convert incoherent_fundamental_impls into hard error

*Summary for affected authors:* If your crate depends on one of the following crates, please upgrade to a newer version:
- gtk-rs: upgrade to at least 0.4
- rusqlite: upgrade to at least 0.14
- nalgebra: upgrade to at least 0.15, or the last patch version of 0.14
- spade: upgrade or refresh the Cargo.lock file to use version 1.7
- imageproc: upgrade to at least 0.16 (newer versions no longer use nalgebra)

implement #46205

r? @nikomatsakis
src/librustc/lint/builtin.rs
src/librustc/traits/specialize/mod.rs
src/librustc_lint/lib.rs