about summary refs log tree commit diff
path: root/tests/ui/parser/survive-peano-lesson-queue.rs
AgeCommit message (Collapse)AuthorLines
2024-03-18Ensure stack before parsing dot-or-callJubilee Young-0/+4907
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.