Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 794249d

Browse files
committedJun 2, 2023
Auto merge of rust-lang#112212 - matthiaskrgr:rollup-e5ilgf0, r=matthiaskrgr
Rollup of 6 pull requests Successful merges: - rust-lang#111647 (use c literals in compiler and library) - rust-lang#112165 (Rename `impl_defaultness` to `defaultness`) - rust-lang#112182 (CFI: Fix cfi with repr(transparent): transform_ty: unexpected Alias(Proj) - rust-lang#112189 (Debug-assert that closures and generators are made with the right number of substitutions) - rust-lang#112205 (Add rustdoc test for double-hyphen to dash doc comment conversion) - rust-lang#112206 (Fix typo in `std::cell` module docs) r? `@ghost` `@rustbot` modify labels: rollup
2 parents a9baa16 + 4435544 commit 794249d

File tree

46 files changed

+144
-141
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+144
-141
lines changed
 

‎Cargo.lock

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -871,16 +871,6 @@ dependencies = [
871871
"typenum",
872872
]
873873

874-
[[package]]
875-
name = "cstr"
876-
version = "0.2.8"
877-
source = "registry+https://github.com/rust-lang/crates.io-index"
878-
checksum = "c11a39d776a3b35896711da8a04dc1835169dcd36f710878187637314e47941b"
879-
dependencies = [
880-
"proc-macro2",
881-
"quote",
882-
]
883-
884874
[[package]]
885875
name = "ctrlc"
886876
version = "3.3.1"
@@ -3179,7 +3169,6 @@ name = "rustc_codegen_llvm"
31793169
version = "0.0.0"
31803170
dependencies = [
31813171
"bitflags",
3182-
"cstr",
31833172
"libc",
31843173
"measureme",
31853174
"object 0.31.1",

‎compiler/rustc_codegen_llvm/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ test = false
88

99
[dependencies]
1010
bitflags = "1.0"
11-
cstr = "0.2"
1211
libc = "0.2"
1312
measureme = "10.0.0"
1413
object = { version = "0.31.1", default-features = false, features = [

0 commit comments

Comments
 (0)
This repository has been archived.