File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ macro_rules! panic {
2727#[ stable( feature = "core" , since = "1.6.0" ) ]
2828#[ rustc_diagnostic_item = "core_panic_macro" ]
2929macro_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`
3131 // depending on the edition of the caller.
3232 ( $( $arg: tt) * ) => {
3333 /* compiler built-in */
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ macro_rules! panic {
2626#[ allow_internal_unstable( edition_panic) ]
2727#[ cfg_attr( not( test) , rustc_diagnostic_item = "std_panic_macro" ) ]
2828macro_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`
3030 // depending on the edition of the caller.
3131 ( $( $arg: tt) * ) => {
3232 /* compiler built-in */
You can’t perform that action at this time.
0 commit comments