mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-25 00:57:09 +00:00
unix/weak: pass arguments to syscall at the given type Given that we know the type the argument should have, it seems a bit strange not to use that information. r? `@m-ou-se` `@cuviper`