File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -39,10 +39,10 @@ pub struct PanicInfo<'a> {
3939}
4040
4141impl < ' a > PanicInfo < ' a > {
42- #! [ unstable( feature = "panic_internals" ,
43- reason = "internal details of the implementation of the `panic!` \
44- and related macros",
45- issue = "0" ) ]
42+ #[ unstable( feature = "panic_internals" ,
43+ reason = "internal details of the implementation of the `panic!` \
44+ and related macros",
45+ issue = "0" ) ]
4646 #[ doc( hidden) ]
4747 #[ inline]
4848 pub fn internal_constructor (
@@ -57,6 +57,10 @@ impl<'a> PanicInfo<'a> {
5757 }
5858 }
5959
60+ #[ unstable( feature = "panic_internals" ,
61+ reason = "internal details of the implementation of the `panic!` \
62+ and related macros",
63+ issue = "0" ) ]
6064 #[ doc( hidden) ]
6165 #[ inline]
6266 pub fn set_payload ( & mut self , info : & ' a ( dyn Any + Send ) ) {
You can’t perform that action at this time.
0 commit comments