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.
1 parent 7d93497 commit 2205640Copy full SHA for 2205640
src/main.rs
@@ -25,7 +25,7 @@ fn check_msvc_version() {
25
use winreg::enums::*;
26
// if users msvc version less than 14.44, print a warning
27
28
- fn get_vc_redist_version(arch: &str) -> io::Result<Option<String>> {
+ fn get_vc_redist_version(arch: &str) -> std::io::Result<Option<String>> {
29
// arch: "x64" or "x86"
30
let hklm = RegKey::predef(HKEY_LOCAL_MACHINE);
31
let key_path = format!(
0 commit comments