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-10-25 15:25:38 -07:00
2023-10-25 15:25:38 -07:00
2023-10-25 15:25:38 -07:00
2023-10-25 15:25:38 -07:00
2023-10-20 21:14:01 +00:00
2023-10-25 15:25:38 -07:00
2023-10-25 15:22:01 -07:00
2023-10-25 15:25:38 -07:00
2023-10-25 15:25:38 -07:00
2023-10-25 15:25:38 -07:00
2023-10-19 15:51:54 +00:00
2023-10-25 15:25:38 -07:00
2023-10-25 15:25:38 -07:00
2023-10-19 15:51:54 +00:00
2023-10-25 15:25:38 -07:00
2023-10-25 15:25:38 -07:00