We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 93de80d + 8f6a1e5 commit 8acea50Copy full SHA for 8acea50
crates/project-model/src/toolchain_info/rustc_cfg.rs
@@ -19,7 +19,7 @@ pub fn get(
19
let rustc_cfgs = match rustc_cfgs {
20
Ok(cfgs) => cfgs,
21
Err(e) => {
22
- tracing::error!(?e, "failed to get rustc cfgs");
+ tracing::warn!(?e, "failed to get rustc cfgs");
23
return vec![];
24
}
25
};
0 commit comments