about summary refs log tree commit diff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorNicholas Nethercote <n.nethercote@gmail.com>2025-02-28 16:34:41 +1100
committerNicholas Nethercote <n.nethercote@gmail.com>2025-02-28 16:34:41 +1100
commit5f58985f5df2e7fbbef6c1acf54ece9df90ccbf3 (patch)
tree49a2bbce20c1e540c44bb58bbfc3ec67b5c6eb34 /Cargo.lock
parent00f245915b0c7839d42c26f9628220c4f1b93bf6 (diff)
downloadrust-5f58985f5df2e7fbbef6c1acf54ece9df90ccbf3.tar.gz
rust-5f58985f5df2e7fbbef6c1acf54ece9df90ccbf3.zip
Remove `rustc_transmute`'s dependence on `rustc_infer`.
`TransmuteTypeEnv` only needs a `TyCtxt`, not an `InferCtxt`.
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock
index fb4cf235c6f..4cb87ec4413 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -4500,7 +4500,6 @@ dependencies = [
  "rustc_abi",
  "rustc_data_structures",
  "rustc_hir",
- "rustc_infer",
  "rustc_macros",
  "rustc_middle",
  "rustc_span",