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 5b8bc56 commit 2ddd8b4Copy full SHA for 2ddd8b4
compiler/rustc_codegen_ssa/src/assert_module_sources.rs
@@ -199,8 +199,8 @@ impl fmt::Display for CguReuse {
199
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
200
match *self {
201
CguReuse::No => write!(f, "No"),
202
- CguReuse::PreLto => write!(f, "PreLto "),
203
- CguReuse::PostLto => write!(f, "PostLto "),
+ CguReuse::PreLto => write!(f, "PreLto"),
+ CguReuse::PostLto => write!(f, "PostLto"),
204
}
205
206
0 commit comments