rust-embedded / heapless

Heapless, `static` friendly data structures
Apache License 2.0
1.56k stars 185 forks source link

const fn new_with_len<const LEN: usize>() to heapless::Vec #473

Closed Bruce0203 closed 6 months ago

reitermarkus commented 6 months ago

This is unsound. What is the use case for this?

burrbull commented 6 months ago

Agree. This is totally wrong.