Matthias Krüger a919d97aaa
Rollup merge of #119325 - RalfJung:custom-mir, r=compiler-errors
custom mir: make it clear what the return block is

Custom MIR recently got support for specifying the "unwind action", so now there's two things coming after the actual call part of `Call` terminators. That's not very self-explaining so I propose we change the syntax to imitate keyword arguments:
```
Call(popped = Vec::pop(v), ReturnTo(drop), UnwindContinue())
```

Also fix some outdated docs and add some docs to `Call` and `Drop`.
2024-01-04 15:33:58 +01:00
..
2023-12-22 11:01:07 -08:00
2023-12-14 15:22:37 +01:00
2023-12-20 22:53:56 -05:00
2023-12-14 15:22:37 +01:00
2023-12-24 01:58:13 +08:00
2023-12-19 13:35:37 -05:00
2023-12-23 00:09:37 +08:00
2023-12-19 13:35:37 -05:00
2023-12-14 15:22:37 +01:00
2023-12-14 15:22:37 +01:00
2023-12-15 16:12:27 +00:00
2023-12-17 07:31:07 +00:00
2023-12-27 15:47:57 +08:00
2023-12-14 15:22:37 +01:00
2023-12-19 13:35:37 -05:00
2023-12-14 15:22:37 +01:00
2023-12-15 16:12:27 +00:00
2023-12-14 15:22:37 +01:00
2023-12-29 01:13:54 +08:00
2023-12-22 11:01:07 -08:00
2023-12-19 13:35:37 -05:00
2023-12-22 11:01:07 -08:00
2023-12-14 15:22:37 +01:00
2023-12-19 13:35:37 -05:00