To avoid monomorphizing psm::on_stack::with_on_stack
1500 times, I made a change in stacker
to wrap the callback in dyn
.
This commit is contained in:
parent
b873fa6d42
commit
53aaa1e532
2 changed files with 3 additions and 3 deletions
|
@ -26,7 +26,7 @@ rustc_index = { path = "../rustc_index", package = "rustc_index" }
|
|||
bitflags = "1.2.1"
|
||||
measureme = "0.7.1"
|
||||
libc = "0.2"
|
||||
stacker = "0.1.11"
|
||||
stacker = "0.1.12"
|
||||
tempfile = "3.0.5"
|
||||
|
||||
[dependencies.parking_lot]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue