We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 917be4c commit c47cb47Copy full SHA for c47cb47
src/tools/rust-analyzer/crates/hir-expand/src/eager.rs
@@ -73,7 +73,7 @@ pub fn expand_eager_macro_input(
73
)
74
};
75
let err = parse_err.or(err);
76
- if cfg!(debug) {
+ if cfg!(debug_assertions) {
77
arg_map.finish();
78
}
79
0 commit comments