mirror of
https://github.com/rust-lang/rust.git
synced 2026-01-20 02:20:36 +00:00
Use compiletest directives instead of manually checking TARGET / tools Changes: - Accept `ignore-wasm32-wasip1` and `needs-wasmtime` directives. - Add support for needing `wasmtime` as a runner. - Update wasm/compiler_builtin tests to use compiletest directives over manual checks.
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.