Keep track of a span for alias strings

This commit is contained in:
David Tolnay
2024-11-10 19:08:28 -08:00
parent f0b5c4f857
commit 373edcd055
6 changed files with 121 additions and 45 deletions
+1 -1
View File
@@ -1,10 +1,10 @@
pub mod ast;
pub mod attr;
pub mod name;
mod case;
mod check;
mod ctxt;
mod name;
mod receiver;
mod respan;
mod symbol;