rust/compiler/rustc_trait_selection/src
Nilstrieb ac030bcf05
Rollup merge of #121307 - estebank:drive-by, r=compiler-errors
Drive-by `DUMMY_SP` -> `Span` and fmt changes

Noticed these while doing something else. There's no practical change, but it's preferable to use `DUMMY_SP` as little as possible, particularly when we have perfectlly useful `Span`s available.
2024-02-20 07:35:47 +01:00
..
solve split project into multiple files 2024-02-19 09:17:00 +01:00
traits Rollup merge of #121307 - estebank:drive-by, r=compiler-errors 2024-02-20 07:35:47 +01:00
errors.rs make better async fn kind errors 2024-02-15 15:59:35 +00:00
infer.rs Move trait into attr so it's greppable 2024-02-16 15:07:37 +00:00
lib.rs Remove unnecessary min_specialization after bootstrap 2024-02-10 18:15:11 +11:00
regions.rs Move trait into attr so it's greppable 2024-02-16 15:07:37 +00:00