Skip to content

Commit eb92923

Browse files
committedJun 28, 2024·
Bump elided_lifetimes_in_associated_constant
1 parent 99f77a2 commit eb92923

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎compiler/rustc_lint_defs/src/builtin.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -4617,7 +4617,7 @@ declare_lint! {
46174617
/// [against]: https://github.com/rust-lang/rust/issues/38831
46184618
/// [future-incompatible]: ../index.md#future-incompatible-lints
46194619
pub ELIDED_LIFETIMES_IN_ASSOCIATED_CONSTANT,
4620-
Warn,
4620+
Deny,
46214621
"elided lifetimes cannot be used in associated constants in impls",
46224622
@future_incompatible = FutureIncompatibleInfo {
46234623
reason: FutureIncompatibilityReason::FutureReleaseErrorDontReportInDeps,

0 commit comments

Comments
 (0)
Please sign in to comment.