mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-03 23:25:03 +00:00
Rename ra_toolchain -> toolchain
This commit is contained in:
parent
550d7fbe3c
commit
8d34262956
14 changed files with 30 additions and 32 deletions
|
@ -513,7 +513,7 @@ fn get_rustc_cfg_options(target: Option<&str>) -> Vec<CfgFlag> {
|
|||
}
|
||||
|
||||
let rustc_cfgs = {
|
||||
let mut cmd = Command::new(ra_toolchain::rustc());
|
||||
let mut cmd = Command::new(toolchain::rustc());
|
||||
cmd.args(&["--print", "cfg", "-O"]);
|
||||
if let Some(target) = target {
|
||||
cmd.args(&["--target", target]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue