Handle remote type written without turbofish

This commit is contained in:
David Tolnay
2022-11-27 16:08:47 -08:00
parent 9a53bd9125
commit 2062a3c16d
4 changed files with 156 additions and 114 deletions
+1
View File
@@ -84,6 +84,7 @@ mod de;
mod dummy;
mod pretend;
mod ser;
mod this;
mod try;
#[proc_macro_derive(Serialize, attributes(serde))]