rust/tests/run-make/llvm-location-discriminator-limit-dummy-span/main.rs
Kyle Huey 45ef92731b When LLVM's location discriminator value limit is exceeded, emit locations with dummy spans instead of dropping them entirely
Revert most of #133194 (except the test and the comment fixes). Then refix
not emitting locations at all when the correct location discriminator value
exceeds LLVM's capacity.
2025-01-19 07:17:33 -08:00

3 lines
41 B
Rust

fn main() {
other::big_function();
}