From de75d5bd5e3ccccb223c3c74df66c47f77c91e5f Mon Sep 17 00:00:00 2001 From: Sergey Fedotov Date: Sat, 3 Mar 2018 23:13:26 +0300 Subject: [PATCH] Add macro keyword --- protobuf/src/rust.rs | 1 + 1 file changed, 1 insertion(+) 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 {