mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 14:51:48 +00:00
Update OUT_DIR
diagnostic to match setting
This commit is contained in:
parent
8e900cb4a1
commit
053dac88ca
3 changed files with 3 additions and 3 deletions
|
@ -490,7 +490,7 @@ fn env_expand(
|
|||
// unnecessary diagnostics for eg. `CARGO_PKG_NAME`.
|
||||
if key == "OUT_DIR" {
|
||||
err = Some(mbe::ExpandError::Other(
|
||||
r#"`OUT_DIR` not set, enable "load out dirs from check" to fix"#.into(),
|
||||
r#"`OUT_DIR` not set, enable "run build scripts" to fix"#.into(),
|
||||
));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue