We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70e2683 commit 20cedd1Copy full SHA for 20cedd1
Cargo.lock
@@ -4093,7 +4093,6 @@ version = "0.0.0"
4093
dependencies = [
4094
"bitflags",
4095
"chalk-ir",
4096
- "measureme",
4097
"polonius-engine",
4098
"rustc-rayon-core",
4099
"rustc_apfloat",
compiler/rustc_middle/Cargo.toml
@@ -28,6 +28,5 @@ rustc_ast = { path = "../rustc_ast" }
28
rustc_span = { path = "../rustc_span" }
29
chalk-ir = "0.55.0"
30
smallvec = { version = "1.6.1", features = ["union", "may_dangle"] }
31
-measureme = "9.1.0"
32
rustc_session = { path = "../rustc_session" }
33
rustc_type_ir = { path = "../rustc_type_ir" }
0 commit comments