mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-14 02:49:40 +00:00
Auto merge of #37843 - nikomatsakis:issue-33685-hard-error, r=eddyb
make HR_LIFETIME_IN_ASSOC_TYPE deny-by-default It's time to fix issue #32330. cc #33685 cc @arielb1
This commit is contained in:
commit
3bf2be9cee
@ -157,7 +157,7 @@ declare_lint! {
|
|||||||
|
|
||||||
declare_lint! {
|
declare_lint! {
|
||||||
pub HR_LIFETIME_IN_ASSOC_TYPE,
|
pub HR_LIFETIME_IN_ASSOC_TYPE,
|
||||||
Warn,
|
Deny,
|
||||||
"binding for associated type references higher-ranked lifetime \
|
"binding for associated type references higher-ranked lifetime \
|
||||||
that does not appear in the trait input types"
|
that does not appear in the trait input types"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user