Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Honor collapse_debuginfo when dealing with MIR-inlined functions insi…
…de macros. The test relies on the fact that inlining more than 2^12 calls at the same callsite will trigger a panic (and after the following commit, a warning) due to LLVM limitations but with collapse_debuginfo the callsites should not be the same.
- Loading branch information