File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ macro_rules! panic {
27
27
#[ stable( feature = "core" , since = "1.6.0" ) ]
28
28
#[ rustc_diagnostic_item = "core_panic_macro" ]
29
29
macro_rules! panic {
30
- // Expands to either `$crate::panic_2015` or `$crate::panic_2021`
30
+ // Expands to either `$crate::panic:: panic_2015` or `$crate::panic ::panic_2021`
31
31
// depending on the edition of the caller.
32
32
( $( $arg: tt) * ) => {
33
33
/* compiler built-in */
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ macro_rules! panic {
26
26
#[ allow_internal_unstable( edition_panic) ]
27
27
#[ cfg_attr( not( test) , rustc_diagnostic_item = "std_panic_macro" ) ]
28
28
macro_rules! panic {
29
- // Expands to either `$crate::panic_2015` or `$crate::panic_2021`
29
+ // Expands to either `$crate::panic:: panic_2015` or `$crate::panic ::panic_2021`
30
30
// depending on the edition of the caller.
31
31
( $( $arg: tt) * ) => {
32
32
/* compiler built-in */
You can’t perform that action at this time.
0 commit comments