Commit 689343d
Update sysinfo from 0.35.1 to 0.35.2
Summary:
Fixes this error on Windows exposed by {D92851687}.
```lang=log,counterexample
Action failed: fbsource//third-party/rust/vendor/sysinfo:0.35.1 (rustc check)
error[E0599]: no function or associated item named `from_win32` found for struct `windows_result::error::Error` in the current scope
--> third-party\rust\vendor\sysinfo-0.35.1\src\windows\disk.rs:58:27
|
58 | if Error::from_win32().code() != ERROR_NO_MORE_FILES {
| ^^^^^^^^^^ function or associated item not found in `windows_result::error::Error`
|
note: if you're trying to build a new `windows_result::error::Error` consider using one of the following associated functions:
windows_result::error::Error::empty
windows_result::error::Error::new
windows_result::error::Error::from_hresult
windows_result::error::Error::from_thread
--> third-party\rust\vendor\windows-result-0.4.1\src\error.rs:82:4
error[E0599]: no function or associated item named `from_win32` found for struct `windows_result::error::Error` in the current scope
--> third-party\rust\vendor\sysinfo-0.35.1\src\windows\disk.rs:93:57
|
93 | let code = volume_path_names.map_err(|_| Error::from_win32().code());
| ^^^^^^^^^^ function or associated item not found in `windows_result::error::Error`
|
note: if you're trying to build a new `windows_result::error::Error` consider using one of the following associated functions:
windows_result::error::Error::empty
windows_result::error::Error::new
windows_result::error::Error::from_hresult
windows_result::error::Error::from_thread
--> third-party\rust\vendor\windows-result-0.4.1\src\error.rs:82:4
```
Reviewed By: diliop
Differential Revision: D92885162
fbshipit-source-id: 52f5dd59e4d595e0897e7de8638f8ff334ac83d81 parent 1b12dd1 commit 689343d
1 file changed
+13
-19
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments