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 @@ -114,7 +114,7 @@ fn main() {
114114// }
115115// END rustc.main-{{closure}}.EraseRegions.after.mir
116116// START rustc.ptr-drop_in_place.Test.SimplifyCfg-make_shim.after.mir
117- // fn std::intrinsics::drop_in_place(_1: *mut Test) -> () {
117+ // fn std::intrinsics::drop_in_place(_1: *mut Test) -> () {
118118// ...
119119// bb0: {
120120// Retag([raw] _1);
You can’t perform that action at this time.
0 commit comments