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> {
39
39
}
40
40
41
41
impl < ' 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" ) ]
46
46
#[ doc( hidden) ]
47
47
#[ inline]
48
48
pub fn internal_constructor (
@@ -57,6 +57,10 @@ impl<'a> PanicInfo<'a> {
57
57
}
58
58
}
59
59
60
+ #[ unstable( feature = "panic_internals" ,
61
+ reason = "internal details of the implementation of the `panic!` \
62
+ and related macros",
63
+ issue = "0" ) ]
60
64
#[ doc( hidden) ]
61
65
#[ inline]
62
66
pub fn set_payload ( & mut self , info : & ' a ( dyn Any + Send ) ) {
You can’t perform that action at this time.
0 commit comments