mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-08-31 07:37:30 +00:00
Fix remaining references to cargo xtask codegen
This commit is contained in:
parent
c0e9530fd0
commit
ebf4448f78
5 changed files with 7 additions and 7 deletions
|
@ -62,7 +62,7 @@ pub(crate) fn ensure_file_contents(file: &Path, contents: &str) -> Result<()> {
|
|||
let _ = std::fs::create_dir_all(parent);
|
||||
}
|
||||
std::fs::write(file, contents).unwrap();
|
||||
anyhow::bail!("some file were not up to date")
|
||||
anyhow::bail!("some file was not up to date and has been updated, simply re-run the tests")
|
||||
}
|
||||
|
||||
fn normalize_newlines(s: &str) -> String {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue