rust/compiler/rustc_const_eval/src
Matthias Krüger e13c40c7bd
Rollup merge of #122542 - Zalathar:cleanup, r=oli-obk
coverage: Clean up marker statements that aren't needed later

Some of the marker statements used by coverage are added during MIR building for use by the InstrumentCoverage pass (during analysis), and are not needed afterwards.

```@rustbot``` label +A-code-coverage
2024-03-22 11:37:00 +01:00
..
const_eval Rename some things around validation error reporting to signal that it is in fact about validation failures 2024-03-14 12:21:35 +00:00
interpret Rollup merge of #122537 - RalfJung:interpret-allocation, r=oli-obk 2024-03-22 11:36:59 +01:00
transform coverage: Clean up marker statements that aren't needed later 2024-03-22 20:20:41 +11:00
util Rollup merge of #121731 - oli-obk:eager_opaque_checks, r=compiler-errors 2024-03-02 20:13:23 +01:00
errors.rs Rename some things around validation error reporting to signal that it is in fact about validation failures 2024-03-14 12:21:35 +00:00
lib.rs interpret: ensure that Place is never used for a different frame 2024-03-09 18:28:14 +01:00