rust/compiler/rustc_interface/src
Matthias Krüger 5fab5429c4
Rollup merge of #135596 - compiler-errors:stack, r=oli-obk
Properly note when query stack is being cut off

cc #70953

also, i'm not certain whether we should even limit this at all. i don't see the problem with printing the full query stack, apparently it was limited b/c we used to ICE? but we're already printing the full stack to disk since #108714.

r? oli-obk
2025-01-22 20:37:25 +01:00
..
callbacks.rs Do not call source_span when not tracking dependencies. 2024-08-24 16:40:40 +00:00
errors.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
interface.rs Rollup merge of #135596 - compiler-errors:stack, r=oli-obk 2025-01-22 20:37:25 +01:00
lib.rs Remove the parse query 2024-12-14 14:24:49 +00:00
passes.rs Use par_body_owners in coroutine check 2025-01-18 22:03:04 +00:00
proc_macro_decls.rs Re-export more rustc_span::symbol things from rustc_span. 2024-12-18 13:38:53 +11:00
queries.rs Remove the parse query 2024-12-14 14:24:49 +00:00
tests.rs Rollup merge of #135330 - bjorn3:respect_sysroot_in_version_printing, r=lqd 2025-01-20 20:58:35 +01:00
util.rs Re-export more rustc_span::symbol things from rustc_span. 2024-12-18 13:38:53 +11:00