We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff17ef1 commit 0ef4dd4Copy full SHA for 0ef4dd4
2 files changed
CMakeLists.txt
@@ -185,7 +185,8 @@ add_custom_command(
185
COMMAND cargo +${RUST_STABLE_VERSION} build --release --manifest-path "${PROJECT_SOURCE_DIR}/rules/Cargo.toml"
186
COMMAND ${CMAKE_COMMAND} -E env
187
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"
+ cargo +nightly-2026-05-13 run --component rustc-dev
189
+ --manifest-path "${PROJECT_SOURCE_DIR}/rule-preprocessor/Cargo.toml"
190
DEPENDS ${rust_rules_inputs} ${rule_preprocessor_sources} "${RUST_STAMP_FILE}"
191
VERBATIM
192
)
rule-preprocessor/rust-toolchain.toml
0 commit comments