Fix handling of Self keyword in type definition

This commit is contained in:
Taiki Endo
2020-10-24 05:45:12 +09:00
parent f6e7366b46
commit c67017d466
8 changed files with 315 additions and 6 deletions
+4
View File
@@ -4,8 +4,12 @@ pub mod attr;
mod ctxt;
pub use self::ctxt::Ctxt;
mod receiver;
pub use self::receiver::replace_receiver;
mod case;
mod check;
mod respan;
mod symbol;
use syn::Type;