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-14 02:01:13 +00:00
2023-12-21 16:45:29 +05:30
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-16 19:56:50 -08:00
2023-12-20 22:53:56 -05:00
2023-12-30 01:06:03 +01:00
2024-01-01 21:58:25 +01:00
2023-12-15 18:13:40 +00:00
2023-12-14 15:22:37 +01:00
2023-12-24 01:58:13 +08:00
2024-01-03 16:08:30 +01:00
2023-12-19 13:35:37 -05:00
2023-12-21 16:45:29 +05:30
2023-12-21 13:35:56 +00:00
2023-12-16 19:56:50 -08:00
2023-12-14 16:07:49 -08:00
2023-12-20 09:46:10 +01:00
2023-12-23 00:09:37 +08:00
2023-12-28 19:46:40 +01:00
2024-01-03 16:08:30 +01: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-27 12:51:32 +01:00
2023-12-28 15:02:17 +01:00
2023-12-22 20:28:48 +00:00
2023-12-20 02:19:10 +00:00
2023-12-29 10:01:53 +00:00
2023-12-16 01:28:05 +00:00
2023-12-14 15:22:37 +01:00
2023-12-18 20:28:06 +00:00
2023-12-27 09:11:35 +01:00
2023-12-15 16:12:27 +00:00
2023-12-14 15:22:37 +01:00
2023-12-17 07:31:07 +00:00
2024-01-04 15:33:57 +01:00
2023-12-18 22:40:48 -08:00
2023-12-27 15:47:57 +08:00
2024-01-04 15:33:58 +01:00
2024-01-02 13:49:48 +01:00
2023-12-27 17:26:12 +00: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
2024-01-03 16:08:30 +01:00
2023-12-29 01:13:54 +08:00
2023-12-20 20:27:10 +03:00
2024-01-04 15:33:57 +01:00
2023-12-18 23:55:47 +00:00
2023-12-16 01:28:05 +00:00
2024-01-03 16:08:30 +01:00
2023-12-23 00:52:42 +01:00
2023-12-26 17:57:33 +01:00
2023-12-27 12:51:32 +01:00
2023-12-14 18:10:38 +03:00
2023-12-25 16:29:15 +00:00
2023-12-15 08:34:59 -08:00
2023-12-22 11:01:07 -08:00
2023-12-19 13:35:37 -05:00
2023-12-30 18:17:28 +01:00
2023-12-19 20:58:45 +11:00
2024-01-01 21:58:25 +01:00
2023-12-14 15:22:37 +01:00
2023-12-26 23:48:55 +00:00
2023-12-18 23:55:47 +00:00
2023-12-22 11:01:07 -08:00
2023-12-28 19:46:51 +01:00
2023-12-26 04:07:38 +00:00
2023-12-14 15:22:37 +01:00
2023-12-19 13:35:37 -05:00
2023-12-21 10:17:11 +08:00
2023-12-21 10:17:11 +08:00
2023-12-15 16:12:27 +00:00
2023-12-16 19:56:50 -08:00