Files
rust/tests
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 12:56:48 +00:00
2024-06-16 17:19:25 +08:00
2024-06-15 17:39:25 -07:00
2024-06-04 13:49:39 +02:00
2024-06-07 11:55:52 +08:00
2024-06-04 14:15:19 +10:00