@@ -9615,12 +9615,10 @@ cxx_bootstrap_library(
9615
9615
9616
9616
rust_bootstrap_library(
9617
9617
name = "rustc_log-0.0.0",
9618
+ srcs = ["rust/compiler/rustc_log/src/lib.rs"],
9618
9619
crate = "rustc_log",
9619
9620
crate_root = "rust/compiler/rustc_log/src/lib.rs",
9620
9621
edition = "2024",
9621
- mapped_srcs = {
9622
- "fixups/rustc_log/overlay/src/lib.rs": "rust/compiler/rustc_log/src/lib.rs",
9623
- },
9624
9622
visibility = [],
9625
9623
deps = [
9626
9624
":tracing-0.1.37",
@@ -11595,6 +11593,7 @@ rust_bootstrap_library(
11595
11593
"rust/src/librustdoc/json/ids.rs",
11596
11594
"rust/src/librustdoc/json/import_finder.rs",
11597
11595
"rust/src/librustdoc/json/mod.rs",
11596
+ "rust/src/librustdoc/lib.rs",
11598
11597
"rust/src/librustdoc/lint.rs",
11599
11598
"rust/src/librustdoc/markdown.rs",
11600
11599
"rust/src/librustdoc/passes/calculate_doc_coverage.rs",
@@ -11630,9 +11629,6 @@ rust_bootstrap_library(
11630
11629
"DOC_RUST_LANG_ORG_CHANNEL": "https://doc.rust-lang.org/stable",
11631
11630
"OUT_DIR": "$(location :rustdoc-0.0.0-build-script-run[out_dir])",
11632
11631
},
11633
- mapped_srcs = {
11634
- "fixups/rustdoc/overlay/lib.rs": "rust/src/librustdoc/lib.rs",
11635
- },
11636
11632
rustc_flags = ["@$(location :rustdoc-0.0.0-build-script-run[rustc_flags])"],
11637
11633
visibility = [],
11638
11634
deps = [
@@ -11814,6 +11810,7 @@ rust_bootstrap_binary(
11814
11810
"rust/src/librustdoc/json/ids.rs",
11815
11811
"rust/src/librustdoc/json/import_finder.rs",
11816
11812
"rust/src/librustdoc/json/mod.rs",
11813
+ "rust/src/librustdoc/lib.rs",
11817
11814
"rust/src/librustdoc/lint.rs",
11818
11815
"rust/src/librustdoc/markdown.rs",
11819
11816
"rust/src/librustdoc/passes/calculate_doc_coverage.rs",
@@ -11847,9 +11844,6 @@ rust_bootstrap_binary(
11847
11844
env = {
11848
11845
"CARGO_MANIFEST_DIR": "rust/src/librustdoc",
11849
11846
},
11850
- mapped_srcs = {
11851
- "fixups/rustdoc/overlay/lib.rs": "rust/src/librustdoc/lib.rs",
11852
- },
11853
11847
visibility = [],
11854
11848
deps = [
11855
11849
":minifier-0.3.6",
0 commit comments