rustc: expose monomorphic const_eval through on-demand.
This commit is contained in:
parent
8854164d0c
commit
63064ec190
13 changed files with 63 additions and 57 deletions
2
src/Cargo.lock
generated
2
src/Cargo.lock
generated
|
|
@ -760,7 +760,6 @@ dependencies = [
|
|||
"log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"rustc 0.0.0",
|
||||
"rustc_back 0.0.0",
|
||||
"rustc_const_eval 0.0.0",
|
||||
"rustc_const_math 0.0.0",
|
||||
"rustc_data_structures 0.0.0",
|
||||
"rustc_errors 0.0.0",
|
||||
|
|
@ -781,7 +780,6 @@ dependencies = [
|
|||
"pulldown-cmark 0.0.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"rustc 0.0.0",
|
||||
"rustc_back 0.0.0",
|
||||
"rustc_const_eval 0.0.0",
|
||||
"rustc_data_structures 0.0.0",
|
||||
"rustc_driver 0.0.0",
|
||||
"rustc_errors 0.0.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue