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
1735: Cleanup cfg blocks r=asomers a=rtzoeller
Remove obsolete references to target_env = wasi, target_os = nacl, target_os = osx, and a typo'd target_os = fushsia that didn't compile when fixed.
- target_env = wasi is dead: rust-lang/rust#60117
- target_os = nacl is dead: rust-lang/rust#45041
- target_os = osx is dead, but I can't find a link.
Found while exploring `--check-cfg`, as mentioned in #1734.
Co-authored-by: Ryan Zoeller <rtzoeller@rtzoeller.com>
#2293 is a duplicate of this issue, but I am going to close this one as the new one has more information and is up-to-date with the current Nix status:)
Consider enabling some form of the --check-cfg flag during automated builds, to catch typos.
rust-lang/cargo#10554
The text was updated successfully, but these errors were encountered: