rust/compiler
Matthias Krüger 28ace83b11
Rollup merge of #130598 - gurry:130310-improper-types-stack-overflow, r=compiler-errors
Add recursion limit to FFI safety lint

Fixes #130310

Now we check against `tcx.recursion_limit()` and raise an error if it the limit is reached instead of overflowing the stack.
2024-09-21 07:22:47 +02:00
..
2024-09-19 20:10:42 +10:00
2024-09-19 20:10:42 +10:00
2024-09-19 15:34:00 -07:00
2024-09-20 14:49:03 +00:00
2024-09-20 18:53:09 +04:00
2024-09-17 00:09:21 +02:00