Nicholas Nethercote b68b92041c 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.)
2024-05-08 16:57:31 +10:00
..
2024-04-22 18:48:47 +02:00

For more information about how the query system works, see the rustc dev guide.