]> git.lizzy.rs Git - rust.git/commit - src/tools/clippy
Auto merge of #53235 - varkor:gat_impl_where, r=estebank
authorbors <bors@rust-lang.org>
Thu, 23 Aug 2018 06:34:11 +0000 (06:34 +0000)
committerbors <bors@rust-lang.org>
Thu, 23 Aug 2018 06:34:11 +0000 (06:34 +0000)
commitc648b0bb2b3e4f776ff6034f465d9afee622a939
tree45482f5fc3b9361455122e6ce6ad0e17ca7169a3
parente73077e10603b3586828f2d3d067f804c2fc0a1f
parent83d5a60cf64bbda77debdc8e91ba5486b2522880
Auto merge of #53235 - varkor:gat_impl_where, r=estebank

Feature gate where clauses on associated type impls

Fixes #52913. This doesn't address the core problem, which is tracked by https://github.com/rust-lang/rust/issues/47206. However, it fixes the stable-to-stable regression: you now have to enable `#![feature(generic_associated_types)]` to trigger the weird behaviour.
src/libsyntax/feature_gate.rs