1
Fork 0
rust/compiler/rustc_query_impl/src
Nicholas Nethercote 6588f5b749 Rename Diagnostic as DiagInner.
I started by changing it to `DiagData`, but that didn't feel right.
`DiagInner` felt much better.
2024-02-28 08:33:25 +11:00
..
lib.rs Use generic NonZero internally. 2024-02-15 08:09:42 +01:00
plumbing.rs Rename Diagnostic as DiagInner. 2024-02-28 08:33:25 +11:00
profiling_support.rs Replace QueryStruct with arrays local to rustc_query_impl 2023-05-21 03:12:56 +02:00
README.md Move the query system to rustc_query_impl. 2021-02-19 17:51:58 +01:00

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