Files
rust/compiler
Nicholas Nethercote 618409901a Fewer early errors.
`build_session` is passed an `EarlyErrorHandler` and then constructs a
`Handler`. But the `EarlyErrorHandler` is still used for some time after
that.

This commit changes `build_session` so it consumes the passed
`EarlyErrorHandler`, and also drops it as soon as the `Handler` is
built. As a result, `parse_cfg` and `parse_check_cfg` now take a
`Handler` instead of an `EarlyErrorHandler`.
2023-12-06 09:12:22 +11:00
..
2023-11-15 19:41:28 -05:00
2023-11-15 19:41:28 -05:00
2023-11-28 20:40:38 +00:00
2023-12-02 09:01:34 +11:00
2023-11-26 08:38:02 +11:00
2023-11-23 14:11:02 +03:00
2023-12-04 10:40:36 +01:00
2023-12-06 09:12:22 +11:00
2023-12-06 09:12:22 +11:00
2023-11-22 08:13:21 +11:00