Skip to content

Commit 7ee19f8

Browse files
committed
Rename rustc_expand::build to builder
1 parent a6444ca commit 7ee19f8

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

compiler/rustc_expand/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
extern crate proc_macro as pm;
2020

21-
mod build;
21+
mod builder;
2222
mod errors;
2323
// FIXME(Nilstrieb) Translate macro_rules diagnostics
2424
#[allow(rustc::untranslatable_diagnostic)]

0 commit comments

Comments
 (0)