diff --git a/src/gen.rs b/src/gen.rs index 5a9dd640..a41cc585 100644 --- a/src/gen.rs +++ b/src/gen.rs @@ -215,7 +215,7 @@ impl ToTokens for RumaEvent { } Content::Typedef(_) => { quote_spanned! {span=> - content: raw.content, + prev_content: raw.prev_content, } } }