diff --git a/src/librustc/lint/builtin.rs b/src/librustc/lint/builtin.rs index 82a46f76401d5..0b4de63ce6d81 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" }