mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-26 11:59:49 +00:00
internal: do not drop errors from cargo metadata/check
Work towards #3155
This commit is contained in:
parent
047b531301
commit
aaa8c208b1
4 changed files with 60 additions and 51 deletions
|
@ -52,7 +52,7 @@ pub struct BuildDataCollector {
|
|||
configs: FxHashMap<AbsPathBuf, BuildDataConfig>,
|
||||
}
|
||||
|
||||
#[derive(Debug, Default, PartialEq, Eq)]
|
||||
#[derive(Debug, Default, PartialEq, Eq, Clone)]
|
||||
pub struct BuildDataResult {
|
||||
data: FxHashMap<AbsPathBuf, BuildDataMap>,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue