about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/errors.rs
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2024-08-05 05:40:19 +0200
committerGitHub <noreply@github.com>2024-08-05 05:40:19 +0200
commitcc61dc8b2d97870b8bb40c01649ccc587aa8b550 (patch)
tree9aea65fa7e76115550c56ebd037f066977d28971 /compiler/rustc_codegen_llvm/src/errors.rs
parent176e5452095444815207be02c16de0b1487a1b53 (diff)
parent9d9b55cd2b14bce066cef83d9d85ba798a2ba95c (diff)
downloadrust-cc61dc8b2d97870b8bb40c01649ccc587aa8b550.tar.gz
rust-cc61dc8b2d97870b8bb40c01649ccc587aa8b550.zip
Rollup merge of #127655 - RalfJung:invalid_type_param_default, r=compiler-errors
turn `invalid_type_param_default` into a `FutureReleaseErrorReportInDeps`

`````@rust-lang/types````` I assume the plan is still to disallow this? It has been a future-compat lint for a long time, seems ripe to go for hard error.

However, turns out that outright removing it right now would lead to [tons of crater regressions](https://github.com/rust-lang/rust/pull/127655#issuecomment-2228285460), so for now this PR just makes this future-compat lint show up in cargo's reports, so people are warned when they use a dependency that is affected by this.

Fixes https://github.com/rust-lang/rust/issues/27336 by removing the feature gate (so there's no way to silence the lint even on nightly)
CC https://github.com/rust-lang/rust/issues/36887
Diffstat (limited to 'compiler/rustc_codegen_llvm/src/errors.rs')
0 files changed, 0 insertions, 0 deletions