rust/compiler/rustc_lint
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
..
src Rollup merge of #130598 - gurry:130310-improper-types-stack-overflow, r=compiler-errors 2024-09-21 07:22:47 +02:00
Cargo.toml non_local_defs: point to Self and Trait to give more context 2024-05-27 23:59:18 +02:00
messages.ftl Rollup merge of #130598 - gurry:130310-improper-types-stack-overflow, r=compiler-errors 2024-09-21 07:22:47 +02:00