Jeff Martin on Nostr: Another day, another encounter with rustix's mysterious compilation failures because ...
Another day, another encounter with rustix's mysterious compilation failures because `#![features]` aren't allowed on stable rustc.
https://github.com/bytecodealliance/rustix/issues/526
I don't even use rustix. Not directly anyway. It's in the dependency tree ... somewhere.
For what it's worth, the fix is to: `cargo clean -p rustix`
Then the issue disappears just as mysteriously as it appeared.
https://github.com/bytecodealliance/rustix/issues/526
I don't even use rustix. Not directly anyway. It's in the dependency tree ... somewhere.
For what it's worth, the fix is to: `cargo clean -p rustix`
Then the issue disappears just as mysteriously as it appeared.