about summary refs log tree commit diff
path: root/compiler/rustc_mir_transform/src/coverage/counters.rs
diff options
context:
space:
mode:
authorJubilee Young <workingjubilee@gmail.com>2024-03-18 18:35:49 -0700
committerJubilee Young <workingjubilee@gmail.com>2024-03-18 21:35:18 -0700
commitcdeb170fc21dc9099c2a79ea8c36be58a7b405f4 (patch)
tree03ae3aaa611e0f7783fd4f9497f71cbad69d8d64 /compiler/rustc_mir_transform/src/coverage/counters.rs
parent3c85e56249b0b1942339a6a989a971bf6f1c9e0f (diff)
downloadrust-cdeb170fc21dc9099c2a79ea8c36be58a7b405f4.tar.gz
rust-cdeb170fc21dc9099c2a79ea8c36be58a7b405f4.zip
Ensure stack before parsing dot-or-call
There are many cases where, due to codegen or a massively unruly codebase,
a deeply nested call(call(call(call(call(call(call(call(call(f())))))))))
can happen. This is a spot where it would be good to grow our stack, so that
we can survive to tell the programmer their code is dubiously written.
Diffstat (limited to 'compiler/rustc_mir_transform/src/coverage/counters.rs')
0 files changed, 0 insertions, 0 deletions