rustc_apfloat: introduce the base Float API.

This commit is contained in:
Eduard-Mihai Burtescu 2017-07-08 20:46:43 +03:00
parent dd53dd5f9e
commit 877ec94654
4 changed files with 709 additions and 0 deletions

View file

@ -9,5 +9,6 @@ path = "lib.rs"
crate-type = ["dylib"]
[dependencies]
rustc_apfloat = { path = "../librustc_apfloat" }
serialize = { path = "../libserialize" }
syntax = { path = "../libsyntax" }