rust/compiler/rustc_query_system/src
Jhonny Bill Mena 321e60bf34 UPDATE - into_diagnostic to take a Handler instead of a ParseSess
Suggested by the team in this Zulip Topic https://rust-lang.zulipchat.com/#narrow/stream/336883-i18n/topic/.23100717.20SessionDiagnostic.20on.20Handler

Handler already has almost all the capabilities of ParseSess when it comes to diagnostic emission, in this migration we only needed to add the ability to access source_map from the emitter in order to get a Snippet and the start_point. Not sure if this is the best way to address this gap
2022-09-05 02:18:45 -04:00
..
dep_graph Rename debugging_opts to unstable_opts 2022-07-13 17:47:06 -05:00
ich Auto merge of #100441 - nnethercote:shrink-ast-Attribute, r=petrochenkov 2022-08-16 07:54:22 +00:00
query UPDATE - into_diagnostic to take a Handler instead of a ParseSess 2022-09-05 02:18:45 -04:00
cache.rs Remove (lots of) dead code 2021-03-27 22:16:33 -04:00
error.rs SessionDiagnostic for QueryOverflow error 2022-08-31 19:43:23 +08:00
lib.rs use derive proc macro to impl SessionDiagnostic 2022-08-31 19:43:12 +08:00