mirror of
https://github.com/rust-lang/rust.git
synced 2026-07-30 03:15:57 -04:00
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.
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.