Skip to content

Commit 4aa1ede

Browse files
committed
link to never type fallback lint as deny by default
1 parent aa6ce33 commit 4aa1ede

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rust-2024/never-type-fallback.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
- Never type (`!`) to any type ("never-to-any") coercions fall back to never type (`!`) rather than to unit type (`()`).
66
- The [`never_type_fallback_flowing_into_unsafe`] lint is now `deny` by default.
77

8-
[`never_type_fallback_flowing_into_unsafe`]: ../../rustc/lints/listing/warn-by-default.html#never-type-fallback-flowing-into-unsafe
8+
[`never_type_fallback_flowing_into_unsafe`]: ../../rustc/lints/listing/error-by-default.html#never-type-fallback-flowing-into-unsafe
99

1010
## Details
1111

0 commit comments

Comments
 (0)