We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74d5c70 commit bd25507Copy full SHA for bd25507
src/tools/error_index_generator/build.rs
@@ -35,7 +35,7 @@ fn register_all() -> Vec<(&'static str, Option<&'static str>)> {
35
($($ecode:ident: $message:expr,)* ; $($code:ident,)*) => (
36
$(
37
{long_codes.extend([
38
- (stringify!($ecode), Some(stringify!($message))),
+ (stringify!($ecode), Some($message)),
39
].iter());}
40
)*
41
0 commit comments