Files
rust/compiler/rustc_mir_transform/src
bors dd104ef163 Auto merge of #126623 - oli-obk:do_not_count_errors, r=davidtwco
Replace all `&DiagCtxt` with a `DiagCtxtHandle<'_>` wrapper type

r? `@davidtwco`

This paves the way for tracking more state (e.g. error tainting) in the diagnostic context handle

Basically I will add a field to the `DiagCtxtHandle` that refers back to the `InferCtxt`'s (and others) `Option<ErrorHandled>`, allowing us to immediately taint these contexts when emitting an error and not needing manual tainting anymore (which is easy to forget and we don't do in general anyway)
2024-06-18 16:49:19 +00:00
..
2024-06-16 21:35:21 -04:00
2024-06-16 21:35:21 -04:00
2023-12-10 10:56:22 +08:00
2024-04-20 19:20:38 +00:00
2023-12-10 10:56:22 +08:00
2024-06-13 12:13:54 +02:00
2024-06-16 21:35:21 -04:00
2024-06-05 22:25:41 +01:00
2024-06-16 21:35:21 -04:00
2023-12-10 10:56:22 +08:00
2024-06-16 21:35:21 -04:00
2024-06-14 16:54:29 -04:00
2024-06-16 21:35:21 -04:00