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(
561561
562562 ty:: print:: with_forced_impl_filename_line ( || {
563563 // 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( ) ) )
565565 } ) ?;
566566
567567 if src. promoted . is_none ( ) && is_function {
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ fn main() {
121121// }
122122// END rustc.main-{{closure}}.SimplifyCfg-elaborate-drops.after.mir
123123// 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) -> () {
125125// ...
126126// bb0: {
127127// Retag([raw] _1);
You can’t perform that action at this time.
0 commit comments