Commit 5c99f84
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.1 parent 443063a commit 5c99f84
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41458 | 41458 | | |
41459 | 41459 | | |
41460 | 41460 | | |
41461 | | - | |
| 41461 | + | |
41462 | 41462 | | |
41463 | 41463 | | |
41464 | 41464 | | |
| |||
0 commit comments