rust/compiler/rustc_smir/rust-toolchain.toml
Celina G. Val 44d0fce150 Fix standalone build
Add extern declarations and optional dependencies to fix build done
directly via `cargo build`.
2023-07-10 10:06:18 -07:00

4 lines
83 B
TOML

[toolchain]
channel = "nightly-2023-06-14"
components = [ "rustfmt", "rustc-dev" ]