Files
rust/compiler/rustc_codegen_cranelift/scripts
Daniel Paoliello fe37a8afad Update bootstrap to use -Zembed-metadata=no instead of -Zno-embed-metadata
The recent Cargo submodule update picked up <https://github.com/rust-lang/cargo/pull/17149>

However, bootstrap was still using the old name, resulting in:

```
Building stage1 library artifacts (stage1 -> stage1, arm64ec-pc-windows-msvc)
error: unknown `-Z` flag specified: no-embed-metadata
```

Fix is to switch to the rename.

I also removed the diff in the Cranelift setup script, since they must have already hit this issue and no longer need the workaround.
2026-07-23 11:09:16 -07:00
..

This directory is for scripts that are either never directly invoked or are not used very often. Scripts that are frequently used should be kept at the project root.