mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-30 04:56:25 +03:00
06304ef100
compiletest: Remove the "wasm32-bare" alias for `wasm32-unknown-unknown` - Follow-up to https://github.com/rust-lang/rust/pull/148969 This "wasm32-bare" alias, understood by compiletest's `//@ ignore-wasm32-bare` and `//@ only-wasm32-bare` directives, dates all the way back to the original introduction of the `wasm32-unknown-unknown` target in https://github.com/rust-lang/rust/pull/45905. But there is no compelling reason to use an alias instead of the full target name. r? jieyouxu
This directory contains some source code for the Rust project, including:
- The bootstrapping build system
- Various submodules for tools, like cargo, tidy, etc.
For more information on how various parts of the compiler work, see the rustc dev guide.