rust/compiler/rustc_mir/src
Mara Bos 2152c145d3
Rollup merge of #87000 - m-ou-se:const-panic-track-caller, r=oli-obk
Use #[track_caller] in const panic diagnostics.

This change stops const panic diagnostics from reporting inside #[track_caller] functions by skipping over them.
2021-07-09 16:20:36 +02:00
..
borrow_check Make type_implements_trait not a query 2021-07-06 14:38:10 -04:00
const_eval Combine individual limit queries into single limits query 2021-07-04 13:02:51 -05:00
dataflow re-export SwitchIntEdgeEffects 2021-07-04 13:33:22 +02:00
interpret Rollup merge of #87000 - m-ou-se:const-panic-track-caller, r=oli-obk 2021-07-09 16:20:36 +02:00
monomorphize Combine individual limit queries into single limits query 2021-07-04 13:02:51 -05:00
transform Rework SESSION_GLOBALS API to prevent overwriting it 2021-07-08 16:16:28 +02:00
util Auto merge of #86304 - klensy:hex-length, r=jackh726 2021-07-01 16:16:12 +00:00
lib.rs Support allocation failures when interperting MIR 2021-06-29 19:08:26 -04:00
shim.rs Prepare mir::Constant for ty::Const only supporting valtrees 2021-03-12 12:43:54 +00:00