Move macro_rules diagnostics to diagnostics module

This commit is contained in:
Nilstrieb 2022-11-20 13:06:44 +01:00
parent e07425d55b
commit a1e5fea136
No known key found for this signature in database
4 changed files with 268 additions and 237 deletions

View file

@ -1,7 +1,7 @@
use crate::base::*;
use crate::config::StripUnconfigured;
use crate::hygiene::SyntaxContext;
use crate::mbe::macro_rules::annotate_err_with_kind;
use crate::mbe::diagnostics::annotate_err_with_kind;
use crate::module::{mod_dir_path, parse_external_mod, DirOwnership, ParsedExternalMod};
use crate::placeholders::{placeholder, PlaceholderExpander};