Move MultiName to a new module

This commit is contained in:
David Tolnay
2024-11-10 19:37:57 -08:00
parent 3035d4fa34
commit f0b5c4f857
3 changed files with 58 additions and 54 deletions
+1
View File
@@ -4,6 +4,7 @@ pub mod attr;
mod case;
mod check;
mod ctxt;
mod name;
mod receiver;
mod respan;
mod symbol;