Files
rust/compiler
Matthias Krüger 3e22ea9e2f Rollup merge of #124876 - nnethercote:rm-use-crate-rustc_foo, r=compiler-errors
Simplify `use crate::rustc_foo::bar` occurrences.

They can just be written as `use rustc_foo::bar`, which is far more standard. (I didn't even know that a `crate::` prefix was valid.)

r? ``@eholk``
2024-05-08 23:33:26 +02:00
..
2024-05-08 21:37:55 +02:00
2024-05-02 19:42:31 -04:00
2024-05-01 22:19:11 -04:00
2024-05-08 21:37:55 +02:00