Skip to content

Commit a1d4d67

Browse files
authored
Unrolled build for rust-lang#124211
Rollup merge of rust-lang#124211 - compiler-errors:bump-elided_lifetimes_in_associated_constant, r=BoxyUwU Bump `elided_lifetimes_in_associated_constant` to deny It's been 5 versions since this was last bumped. Let's bump it up again.
2 parents 7caf672 + eb92923 commit a1d4d67

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
@@ -4620,7 +4620,7 @@ declare_lint! {
46204620
/// [against]: https://github.com/rust-lang/rust/issues/38831
46214621
/// [future-incompatible]: ../index.md#future-incompatible-lints
46224622
pub ELIDED_LIFETIMES_IN_ASSOCIATED_CONSTANT,
4623-
Warn,
4623+
Deny,
46244624
"elided lifetimes cannot be used in associated constants in impls",
46254625
@future_incompatible = FutureIncompatibleInfo {
46264626
reason: FutureIncompatibilityReason::FutureReleaseErrorDontReportInDeps,

0 commit comments

Comments
 (0)