Expanded on no_std in README.rst

This commit is contained in:
Lachlan Sneff
2018-01-15 18:48:32 -05:00
committed by Dan Gohman
parent 6bd6a80b78
commit 5590abcfd9

View File

@@ -74,7 +74,11 @@ Or, when using `cretonne` as a dependency (in Cargo.toml):
path = "..." path = "..."
features = ["no_std"] features = ["no_std"]
Currently, tests don't test the `no_std` feature. Currently, tests don't test the `no_std` feature:
1. `cargo test --features no_std` won't compile.
1. `./test_all.sh` doesn't test the `no_std` feature.
It's important to note that cretonne still needs liballoc to compile. It's important to note that cretonne still needs liballoc to compile.
Thus, whatever environment is used must implement an allocator. Thus, whatever environment is used must implement an allocator.