DutchGhost
Results
2
issues of
DutchGhost
All of my projects that use this action started spuriously failing. Here an error message: ``` Run goto-bus-stop/setup-zig@v1 with: version: master Error: Could not find version master for platform x86_64-linux...
wontfix
The [alloc](https://github.com/rust-embedded-community/async-on-embedded/blob/master/async-embedded/src/alloc.rs) implementation is unsound. To create an `Alloc` struct, `Alloc::new()` is called with a byte slice. Then, to allocate, `Alloc::alloc` is called. This seems to align to make an...