We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8b43ea commit c51af58Copy full SHA for c51af58
compiler/rustc_builtin_macros/src/standard_library_imports.rs
@@ -47,7 +47,6 @@ pub fn inject(
47
for &name in names.iter().rev() {
48
let ident_span = if edition >= Edition2018 { span } else { call_site };
49
let item = if name == sym::compiler_builtins {
50
- eprintln!("INJECTING BUILTINS");
51
// compiler_builtins is a private implementation detail. We only
52
// need to insert it into the crate graph for linking and should not
53
// expose any of its public API.
0 commit comments