esp-rs / esp-idf-template

A "Hello, world!" template of a Rust binary crate for the ESP-IDF framework.
372 stars 43 forks source link

do not use the built in cargo test harness for bin targets #212

Closed Vollbrecht closed 1 month ago

Vollbrecht commented 1 month ago

introduces a workaround so people by default have a working rust-analyzer that doesn't trip over building tests for the bin crate. RA fails over this with problems that lead to problems mention upstream https://github.com/rust-lang/rust/issues/125714