Files
rust/compiler
Matthias Krüger 0a5d65b25f Rollup merge of #131916 - RalfJung:interpret-err, r=jieyouxu
small interpreter error cleanup

- Add `InterpretResult::map_err_kind` for the common case of swapping out the error kind (while preserving the backtrace pointing to the original error source)
- Rename `InterpError` -> `InterpErrorKind` to be consistent with the `kind` field name, and make it more clear that this is not the final error type
2024-10-19 17:25:35 +02:00
..
2024-10-09 10:28:16 -07:00
2024-10-15 20:13:55 -07:00
2024-10-15 20:30:23 -07:00
2024-10-16 21:46:52 +00:00