diff --git a/src/librustc/lint/builtin.rs b/src/librustc/lint/builtin.rs index c369bc10e9482..96aee04b6b7ab 100644 --- a/src/librustc/lint/builtin.rs +++ b/src/librustc/lint/builtin.rs @@ -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" }