Rename the isle crate to cranelift-isle

The `isle` crate name is already taken on crates.io :(
This commit is contained in:
Nick Fitzgerald
2021-12-07 14:53:40 -08:00
parent 7e80c061f2
commit 6af8d2a292
8 changed files with 21 additions and 19 deletions

View File

@@ -369,6 +369,8 @@ fn rebuild_isle(
compilation: &IsleCompilation,
manifest: &str,
) -> Result<(), Box<dyn std::error::Error + 'static>> {
use cranelift_isle as isle;
// First, remove the manifest, if any; we will recreate it
// below if the compilation is successful. Ignore error if no
// manifest was present.