]> git.lizzy.rs Git - rust.git/commit
Auto merge of #48309 - mark-i-m:anon_param_lint, r=nikomatsakis
authorbors <bors@rust-lang.org>
Sun, 27 May 2018 22:28:11 +0000 (22:28 +0000)
committerbors <bors@rust-lang.org>
Sun, 27 May 2018 22:28:11 +0000 (22:28 +0000)
commit5f308ee4194f22cebc4a481494f4fcf07b143934
treeb45d95ee31cb052071f3066948091e98753d905f
parentad2591cffc8b7e56f7302c8baee04391f05e0c60
parent0e53b788309c446788335b4fbb478490eea1e667
Auto merge of #48309 - mark-i-m:anon_param_lint, r=nikomatsakis

Make anon params lint warn-by-default

This is intended as a followup on anonymous parameters deprecation.

Cross-posting from #41686:

> After having read a bit more of the discussion that I can find, I propose a more aggressive deprecation strategy:
> - We make the lint warn-by-default as soon as possible
> - We make anon parameters a hard error at the epoch boundary

cc @matklad @est31 @aturon