mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 15:01:51 +00:00
746eb1d84d
Fix ICE for functions with more than 65535 arguments This pull request fixes #88577 by changing the `param_idx` field in the `Param` variant of `WellFormedLoc` from `u16` to `u32`, thus allowing for more than 65,535 arguments in a function. Note that I also added a regression test, but needed to add `// ignore-tidy-filelength` because the test is more than 8000 lines long. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |