Replies: 1 comment 5 replies
-
For pest and pest_derive: https://github.com/jzbor/lash/blob/pest/Cargo.toml#L23 they should be specified with
I believe when one calls
so that the std feature is on by default for pest dependencies in that crate. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the bug
I get the following error, when trying to build with no_std:
To Reproduce
Clone https://github.com/jzbor/lash/tree/pest
Run
cargo build --lib --no-default-features
Expected behavior
From what I understand this is a supported setup, so it should just build and use
core
andalloc
where necessary.Beta Was this translation helpful? Give feedback.
All reactions