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 @@ -114,7 +114,7 @@ fn main() {
114
114
// }
115
115
// END rustc.main-{{closure}}.EraseRegions.after.mir
116
116
// 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) -> () {
118
118
// ...
119
119
// bb0: {
120
120
// Retag([raw] _1);
You can’t perform that action at this time.
0 commit comments