I noticed this in the output running python x.py test locally:
Doc-tests alloc
error: no global memory allocator found but one is required; link to std or add #[global_allocator] to a static item that implements the GlobalAlloc trait.
and that didn't make tests fail.
Cc: @SimonSapin
I noticed this in the output running
python x.py testlocally:and that didn't make tests fail.
Cc: @SimonSapin