Skip to content

Commit 53aaa1e

Browse files
author
Julian Wollersberger
committed
To avoid monomorphizing psm::on_stack::with_on_stack 1500 times, I made a change in stacker to wrap the callback in dyn.
1 parent b873fa6 commit 53aaa1e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -4436,9 +4436,9 @@ checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
44364436

44374437
[[package]]
44384438
name = "stacker"
4439-
version = "0.1.11"
4439+
version = "0.1.12"
44404440
source = "registry+https://github.com/rust-lang/crates.io-index"
4441-
checksum = "a92bc346006ae78c539d6ab2cf1a1532bc657b8339c464877a990ec82073c66f"
4441+
checksum = "21ccb4c06ec57bc82d0f610f1a2963d7648700e43a6f513e564b9c89f7991786"
44424442
dependencies = [
44434443
"cc",
44444444
"cfg-if",

compiler/rustc_data_structures/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ rustc_index = { path = "../rustc_index", package = "rustc_index" }
2626
bitflags = "1.2.1"
2727
measureme = "0.7.1"
2828
libc = "0.2"
29-
stacker = "0.1.11"
29+
stacker = "0.1.12"
3030
tempfile = "3.0.5"
3131

3232
[dependencies.parking_lot]

0 commit comments

Comments
 (0)