Skip to content

Commit

Permalink
Fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
doctorn committed Jun 15, 2020
1 parent ee810a7 commit 11b56fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/librustc_middle/mir/mono.rs
Expand Up @@ -102,7 +102,7 @@ impl<'tcx> MonoItem<'tcx> {

// At this point we don't have explicit linkage and we're an
// inlined function. If we're inlining into all CGUs then we'll
// be creating a local copy per CGU.
// be creating a local copy per CGU.
if generate_cgu_internal_copies {
return InstantiationMode::LocalCopy;
}
Expand Down
2 changes: 1 addition & 1 deletion src/test/codegen/export-no-mangle.rs
Expand Up @@ -23,7 +23,7 @@ mod private {
#[export_name = "c"]
#[inline]
extern fn c() {}

// CHECK: void @d()
#[export_name = "d"]
#[inline(always)]
Expand Down

0 comments on commit 11b56fb

Please sign in to comment.