rustc_apfloat: introduce the base Float API.
This commit is contained in:
parent
dd53dd5f9e
commit
877ec94654
4 changed files with 709 additions and 0 deletions
|
|
@ -9,5 +9,6 @@ path = "lib.rs"
|
|||
crate-type = ["dylib"]
|
||||
|
||||
[dependencies]
|
||||
rustc_apfloat = { path = "../librustc_apfloat" }
|
||||
serialize = { path = "../libserialize" }
|
||||
syntax = { path = "../libsyntax" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue