1
Fork 0
rust/compiler/rustc_trait_selection/src
León Orell Valerian Liehr b79335dbed
Update local variables and tracing calls
Most of the tracing calls didn't fully leverage the power of `tracing`.
For example, several of them used to hard-code method names / tracing spans
as well as variable names. Use `#[instrument]` and `?var` / `%var` (etc.) instead.

In my opinion, this is the proper way to migrate them from the old
AstConv nomenclature to the new HIR ty lowering one.
2024-03-22 06:32:23 +01:00
..
solve Update (doc) comments 2024-03-22 06:31:51 +01:00
traits Update local variables and tracing calls 2024-03-22 06:32:23 +01:00
errors.rs Rename AddToDiagnostic as Subdiagnostic. 2024-03-11 10:04:49 +11:00
infer.rs Move trait into attr so it's greppable 2024-02-16 15:07:37 +00:00
lib.rs step cfgs 2024-03-20 08:49:13 -04:00
regions.rs Move trait into attr so it's greppable 2024-02-16 15:07:37 +00:00