We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa6ce33 commit 4aa1edeCopy full SHA for 4aa1ede
src/rust-2024/never-type-fallback.md
@@ -5,7 +5,7 @@
5
- Never type (`!`) to any type ("never-to-any") coercions fall back to never type (`!`) rather than to unit type (`()`).
6
- The [`never_type_fallback_flowing_into_unsafe`] lint is now `deny` by default.
7
8
-[`never_type_fallback_flowing_into_unsafe`]: ../../rustc/lints/listing/warn-by-default.html#never-type-fallback-flowing-into-unsafe
+[`never_type_fallback_flowing_into_unsafe`]: ../../rustc/lints/listing/error-by-default.html#never-type-fallback-flowing-into-unsafe
9
10
## Details
11
0 commit comments