We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
add_pre_expansion_builtin
1 parent 3c3e372 commit 38774aaCopy full SHA for 38774aa
src/librustc_lint/lib.rs
@@ -90,7 +90,7 @@ pub fn register_builtins(store: &mut lint::LintStore, sess: Option<&Session>) {
90
macro_rules! add_pre_expansion_builtin {
91
($sess:ident, $($name:ident),*,) => (
92
{$(
93
- store.register_early_pass($sess, false, box $name);
+ store.register_pre_expansion_pass($sess, box $name);
94
)*}
95
)
96
}
0 commit comments