We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a5d0b7d + d12a980 commit f42f82cCopy full SHA for f42f82c
rust/macros/module.rs
@@ -80,7 +80,7 @@ impl<'a> ModInfoBuilder<'a> {
80
} else {
81
"#[cfg(MODULE)]"
82
},
83
- module = self.module,
+ module = self.module.to_uppercase(),
84
counter = self.counter,
85
length = string.len(),
86
string = Literal::byte_string(string.as_bytes()),
0 commit comments