Skip to content

Commit c51af58

Browse files
committed
update
1 parent d8b43ea commit c51af58

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

compiler/rustc_builtin_macros/src/standard_library_imports.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ pub fn inject(
4747
for &name in names.iter().rev() {
4848
let ident_span = if edition >= Edition2018 { span } else { call_site };
4949
let item = if name == sym::compiler_builtins {
50-
eprintln!("INJECTING BUILTINS");
5150
// compiler_builtins is a private implementation detail. We only
5251
// need to insert it into the crate graph for linking and should not
5352
// expose any of its public API.

0 commit comments

Comments
 (0)