We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe5fb92 commit f57893bCopy full SHA for f57893b
src/librustc_middle/mir/mono.rs
@@ -102,7 +102,7 @@ impl<'tcx> MonoItem<'tcx> {
102
103
// At this point we don't have explicit linkage and we're an
104
// inlined function. If we're inlining into all CGUs then we'll
105
- // be creating a local copy per CGU.
+ // be creating a local copy per CGU.
106
if generate_cgu_internal_copies {
107
return InstantiationMode::LocalCopy;
108
}
src/test/codegen/export-no-mangle.rs
@@ -23,7 +23,7 @@ mod private {
23
#[export_name = "c"]
24
#[inline]
25
extern fn c() {}
26
-
+
27
// CHECK: void @d()
28
#[export_name = "d"]
29
#[inline(always)]
0 commit comments