We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 947b696 commit ad8947cCopy full SHA for ad8947c
compiler/rustc_codegen_ssa/src/lib.rs
@@ -13,7 +13,7 @@
13
14
//! This crate contains codegen code that is used by all codegen backends (LLVM and others).
15
//! The backend-agnostic functions of this crate use functions defined in various traits that
16
-//! have to be implemented by each backends.
+//! have to be implemented by each backend.
17
18
#[macro_use]
19
extern crate rustc_macros;
0 commit comments