clippy::useless_format
This commit is contained in:
parent
d0a8a12dc6
commit
3fd8cbb404
14 changed files with 17 additions and 17 deletions
|
@ -618,8 +618,8 @@ fn incremental_verify_ich<CTX, K, V: Debug>(
|
|||
};
|
||||
tcx.sess().struct_err(&format!("internal compiler error: encountered incremental compilation error with {:?}", dep_node))
|
||||
.help(&format!("This is a known issue with the compiler. Run {} to allow your project to compile", run_cmd))
|
||||
.note(&format!("Please follow the instructions below to create a bug report with the provided information"))
|
||||
.note(&format!("See <https://github.com/rust-lang/rust/issues/84970> for more information"))
|
||||
.note(&"Please follow the instructions below to create a bug report with the provided information")
|
||||
.note(&"See <https://github.com/rust-lang/rust/issues/84970> for more information")
|
||||
.emit();
|
||||
panic!("Found unstable fingerprints for {:?}: {:?}", dep_node, result);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue