Rollup merge of #126888 - compiler-errors:oops-debug-printing, r=dtolnay
Remove stray println from rustfmt's `rewrite_static` r? `@calebcartwright` `@ytmimi` -- though anyone should probably r+ this so it gets into nightly sooner than later, since it's obviously wrong. This can just be fixed in-tree, since I don't think we want to wait until the next sync to fix this. Fix https://github.com/rust-lang/rustfmt/issues/6210 Fix https://github.com/rust-lang/rust/issues/126887
This commit is contained in:
commit
b94d2754b5
@ -1994,7 +1994,6 @@ fn rewrite_static(
|
|||||||
static_parts: &StaticParts<'_>,
|
static_parts: &StaticParts<'_>,
|
||||||
offset: Indent,
|
offset: Indent,
|
||||||
) -> Option<String> {
|
) -> Option<String> {
|
||||||
println!("rewriting static");
|
|
||||||
let colon = colon_spaces(context.config);
|
let colon = colon_spaces(context.config);
|
||||||
let mut prefix = format!(
|
let mut prefix = format!(
|
||||||
"{}{}{}{} {}{}{}",
|
"{}{}{}{} {}{}{}",
|
||||||
|
Loading…
Reference in New Issue
Block a user