Skip to content

Commit 0ef4dd4

Browse files
committed
edits
1 parent ff17ef1 commit 0ef4dd4

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,8 @@ add_custom_command(
185185
COMMAND cargo +${RUST_STABLE_VERSION} build --release --manifest-path "${PROJECT_SOURCE_DIR}/rules/Cargo.toml"
186186
COMMAND ${CMAKE_COMMAND} -E env
187187
CARGO_TARGET_DIR="${CMAKE_CURRENT_BINARY_DIR}/target_preprocessor"
188-
cargo +nightly-2026-05-13 run --manifest-path "${PROJECT_SOURCE_DIR}/rule-preprocessor/Cargo.toml"
188+
cargo +nightly-2026-05-13 run --component rustc-dev
189+
--manifest-path "${PROJECT_SOURCE_DIR}/rule-preprocessor/Cargo.toml"
189190
DEPENDS ${rust_rules_inputs} ${rule_preprocessor_sources} "${RUST_STAMP_FILE}"
190191
VERBATIM
191192
)

rule-preprocessor/rust-toolchain.toml

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)