error: no #[default_lib_allocator] found but one is required; is libstd not linked? #48
Open
Description
Running cargo test
gives the following error.
Doc-tests alarm_base
error: no #[default_lib_allocator] found but one is required; is libstd not linked?
Not sure if this is any important but even if it is a minor issue, I believe it is worth documenting here.