Auto merge of #16434 - Veykril:things, r=Veykril

internal: Restructure and cleanup hir-expand a bit
This commit is contained in:
bors 2024-01-27 10:16:35 +00:00
commit 27c3ed9de8
62 changed files with 750 additions and 724 deletions

View file

@ -1,16 +1,16 @@
//! Various batch processing tasks, intended primarily for debugging.
pub mod flags;
mod parse;
mod symbols;
mod highlight;
mod analysis_stats;
mod diagnostics;
mod ssr;
pub mod flags;
mod highlight;
mod lsif;
mod scip;
mod parse;
mod run_tests;
mod rustc_tests;
mod scip;
mod ssr;
mod symbols;
mod progress_report;

View file

@ -2,11 +2,11 @@
use core::fmt;
pub(crate) mod utils;
pub(crate) mod semantic_tokens;
pub mod ext;
pub(crate) mod from_proto;
pub(crate) mod semantic_tokens;
pub(crate) mod to_proto;
pub(crate) mod utils;
#[derive(Debug)]
pub(crate) struct LspError {