make HR_LIFETIME_IN_ASSOC_TYPE deny-by-default

It's time to fix issue #32330.

cc #33685
This commit is contained in:
Niko Matsakis 2016-11-17 16:50:59 -05:00
parent c57b826149
commit a257d8d49f

View File

@ -157,7 +157,7 @@ declare_lint! {
declare_lint! {
pub HR_LIFETIME_IN_ASSOC_TYPE,
Warn,
Deny,
"binding for associated type references higher-ranked lifetime \
that does not appear in the trait input types"
}