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
fix(windows): use proper rules_rust settings path for rustc flags in transition
Changed from @rules_rust//:extra_rustc_flags to the correct build setting:
@rules_rust//rust/settings:extra_rustc_flags
Also improved Windows detection to check multiple indicators:
- host_platform string
- cpu string (looks for 'x64_windows')
And updated flag format to use -Clinker= (no space) which is the standard
rustc syntax.
0 commit comments