Closed dtolnay closed 3 years ago
For example:
pub type Node = clang_ast::Node<Clang>; #[derive(Deserialize)] pub struct Clang { pub kind: Option<String>, }
Previously this would fail with a message like invalid type: string "TranslationUnitDecl", expected option.
invalid type: string "TranslationUnitDecl", expected option
For example:
Previously this would fail with a message like
invalid type: string "TranslationUnitDecl", expected option
.