mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-01 15:50:05 +03:00
172acf8f61
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`