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 @@ -561,7 +561,7 @@ fn write_mir_sig(
561
561
562
562
ty:: print:: with_forced_impl_filename_line ( || {
563
563
// see notes on #41697 elsewhere
564
- write ! ( w, " {}" , tcx. def_path_str( src. def_id( ) ) )
564
+ write ! ( w, "{}" , tcx. def_path_str( src. def_id( ) ) )
565
565
} ) ?;
566
566
567
567
if src. promoted . is_none ( ) && is_function {
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ fn main() {
121
121
// }
122
122
// END rustc.main-{{closure}}.SimplifyCfg-elaborate-drops.after.mir
123
123
// START rustc.ptr-drop_in_place.Test.SimplifyCfg-make_shim.after.mir
124
- // fn std::intrinsics::drop_in_place(_1: *mut Test) -> () {
124
+ // fn std::intrinsics::drop_in_place(_1: *mut Test) -> () {
125
125
// ...
126
126
// bb0: {
127
127
// Retag([raw] _1);
You can’t perform that action at this time.
0 commit comments