Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix duplicated argument name in extern block
While rustc accepts it just fine due to what is arguably a bug, this duplication does become an issue when generating functions from the llvm intrinsic declarations while reusing the argument names.
- Loading branch information