diff --git a/protobuf/src/rust.rs b/protobuf/src/rust.rs index 15ec33f5f..883f32391 100644 --- a/protobuf/src/rust.rs +++ b/protobuf/src/rust.rs @@ -50,6 +50,7 @@ static RUST_KEYWORDS: &'static [&'static str] = &[ "abstract", "final", "override", + "macro", ]; pub fn is_rust_keyword(ident: &str) -> bool {