We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa8e064 commit 1c2cc68Copy full SHA for 1c2cc68
compiler/rustc_codegen_ssa/src/back/link.rs
@@ -234,7 +234,7 @@ pub fn each_linked_rlib(
234
Ok(())
235
}
236
237
-/// Create an 'arlib'.
+/// Create an 'rlib'.
238
///
239
/// An rlib in its current incarnation is essentially a renamed .a file. The rlib primarily contains
240
/// the object file of the crate, but it also contains all of the object files from native
0 commit comments