about summary refs log tree commit diff
path: root/compiler/rustc_pattern_analysis/src
diff options
context:
space:
mode:
authorTakayuki Maeda <takoyaki0316@gmail.com>2023-11-17 12:56:30 +0900
committerGitHub <noreply@github.com>2023-11-17 12:56:30 +0900
commit3644594cf3d746b8bb7ff53d9fbf92208123bbc6 (patch)
treeaeca04f553562ee0849f64277b9e140eabf71d31 /compiler/rustc_pattern_analysis/src
parent2b2dd2514ec80786910d3d562b8dc6629fcb1251 (diff)
parentb1afb6c49fdcc11988ad6626909731e7f6fa93ac (diff)
downloadrust-3644594cf3d746b8bb7ff53d9fbf92208123bbc6.tar.gz
rust-3644594cf3d746b8bb7ff53d9fbf92208123bbc6.zip
Rollup merge of #117850 - onur-ozkan:fix-116538, r=Mark-Simulacrum
bootstrap: simplify setting unstable-options for tools

Previously, we unconditionally(instead of `if path == "src/tools/clippy" || ..`) set this (to prevent recompiling tools between `x check $tool` and '` check $another_tool` executions) specifically for tools in the `x check` step. This PR relocates that logic to `fn prepare_tool_cargo`, making it step-agnostic.

Fixes #116538
Fixes #117983
Diffstat (limited to 'compiler/rustc_pattern_analysis/src')
0 files changed, 0 insertions, 0 deletions