rust/compiler/rustc_const_eval/src
Michael Goulet 3a983ad3b0
Rollup merge of #119577 - tmiasko:lint, r=oli-obk
Migrate memory overlap check from validator to lint

The check attempts to identify potential undefined behaviour, rather
than whether MIR is well-formed. It belongs in the lint not validator.

Follow up to changes from #119077.
2024-01-05 10:57:22 -05:00
..
const_eval Auto merge of #119146 - nnethercote:rm-DiagCtxt-api-duplication, r=compiler-errors 2023-12-26 02:24:39 +00:00
interpret Remove movability from TyKind::Coroutine 2023-12-28 16:35:01 +00:00
transform Migrate memory overlap check from validator to lint 2024-01-04 23:32:22 +01:00
util Remove movability from TyKind::Coroutine 2023-12-28 16:35:01 +00:00
errors.rs Rename some Diagnostic setters. 2024-01-03 19:40:20 +11:00
lib.rs Use rustc_fluent_macro::fluent_messages! directly. 2023-11-26 08:38:40 +11:00