We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1e9319 commit 64d18d4Copy full SHA for 64d18d4
Cargo.lock
@@ -3736,8 +3736,6 @@ dependencies = [
3736
name = "rustc_const_eval"
3737
version = "0.0.0"
3738
dependencies = [
3739
- "either",
3740
- "gsgdt",
3741
"rustc_apfloat",
3742
"rustc_ast",
3743
"rustc_attr",
compiler/rustc_const_eval/Cargo.toml
@@ -7,8 +7,6 @@ edition = "2021"
7
doctest = false
8
9
[dependencies]
10
-either = "1.5.0"
11
-gsgdt = "0.1.2"
12
tracing = "0.1"
13
rustc_apfloat = { path = "../rustc_apfloat" }
14
rustc_ast = { path = "../rustc_ast" }
0 commit comments