diff options
| -rw-r--r-- | src/librustc/lint/builtin.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc/lint/builtin.rs b/src/librustc/lint/builtin.rs index c369bc10e94..96aee04b6b7 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" } |
