rust/compiler/rustc_mir_build/src
Matthias Krüger 4571be358b
Rollup merge of #113093 - WaffleLapkin:become_unuwuable_in_thir, r=Nilstrieb
`thir`: Add `Become` expression kind

This PR is pretty small and just adds `thir::ExprKind::Become`. I didn't include the checks that will be done on thir, since they are much more complicated and can be done in parallel with with MIR (or, well, at least I believe they can).

r? `@Nilstrieb`
2023-06-27 17:48:47 +02:00
..
build Rollup merge of #113093 - WaffleLapkin:become_unuwuable_in_thir, r=Nilstrieb 2023-06-27 17:48:47 +02:00
thir thir: Add Become expression kind 2023-06-27 09:03:05 +00:00
check_unsafety.rs thir: Add Become expression kind 2023-06-27 09:03:05 +00:00
errors.rs Emit diagnostic for privately uninhabited uncovered witnesses. 2023-05-24 19:16:07 +00:00
lib.rs Make closure_saved_names_of_captured_variables a query. 2023-06-19 16:50:52 +00:00
lints.rs Rename Abort terminator to Terminate 2023-04-06 09:34:16 +01:00