Skip to content

Commit 5d68d8c

Browse files
authored
Merge pull request #1395 from rust-lang/fix-post
Remove copy/paste error
2 parents b46750d + 81c0911 commit 5d68d8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posts/2024-09-05-Rust-1.81.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ name will continue to work as an alias, but will result in a deprecation
119119
warning starting in Rust 1.82.0.
120120

121121
`core::panic::PanicInfo` will remain unchanged, however, as this is now a
122-
*different type*. cuviper marked this conversation as resolved.
122+
*different type*.
123123

124124
The reason is that these types have different roles:
125125
`std::panic::PanicHookInfo` is the argument to the [panic hook](https://doc.rust-lang.org/stable/std/panic/fn.set_hook.html) in std

0 commit comments

Comments
 (0)