You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In windows_registry::find_tool, set the ToolFamily to Msvc (#499)
* In windows_registry::find_tool, set the ToolFamily to Msvc
Ensures that the `Tool` returned from `windows_registry::find_tool` will always return true for `is_like_msvc()`.
* fmt
* Add #[cfg(windows)] for items only used in Windows
* cfg(windows) on imports
0 commit comments