Skip to content

Commit

Permalink
Auto merge of #37843 - nikomatsakis:issue-33685-hard-error, r=eddyb
Browse files Browse the repository at this point in the history
make HR_LIFETIME_IN_ASSOC_TYPE deny-by-default

It's time to fix issue #32330.

cc #33685
cc @arielb1
  • Loading branch information
bors authored Nov 22, 2016
2 parents 0f7c75b + a257d8d commit 3bf2be9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc/lint/builtin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down

0 comments on commit 3bf2be9

Please sign in to comment.