Skip to content

Commit f57893b

Browse files
committed
Fix whitespace
1 parent fe5fb92 commit f57893b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/librustc_middle/mir/mono.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ impl<'tcx> MonoItem<'tcx> {
102102

103103
// At this point we don't have explicit linkage and we're an
104104
// inlined function. If we're inlining into all CGUs then we'll
105-
// be creating a local copy per CGU.
105+
// be creating a local copy per CGU.
106106
if generate_cgu_internal_copies {
107107
return InstantiationMode::LocalCopy;
108108
}

src/test/codegen/export-no-mangle.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ mod private {
2323
#[export_name = "c"]
2424
#[inline]
2525
extern fn c() {}
26-
26+
2727
// CHECK: void @d()
2828
#[export_name = "d"]
2929
#[inline(always)]

0 commit comments

Comments
 (0)