Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix move-compiler panic in case of inlined method use in parameter to…
… inlined method. (#8867) Includes test case illustrating original bug (aptos-labs/aptos-core#8516) plus a number of tests to check corner cases of multiple inlining and recursive inlining. (Several failed without this fix.) Also replace panic!("ICE expected function parameter to be a lambda") with a more useful diag output. GitOrigin-RevId: ea19ce1b272e5e2e979057bd58990e76e6c4d03a
- Loading branch information