about summary refs log tree commit diff
path: root/tests/ui/debuginfo/debuginfo-inline-callsite-location-macro-1.rs
AgeCommit message (Collapse)AuthorLines
2024-11-19Honor collapse_debuginfo when dealing with MIR-inlined functions inside macros.Kyle Huey-0/+4124
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.