Fix remaining references to cargo xtask codegen

This commit is contained in:
Lukas Wirth 2021-03-12 15:10:33 +01:00
parent c0e9530fd0
commit ebf4448f78
5 changed files with 7 additions and 7 deletions

View file

@ -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 {