Closed
Description
/Users/nick/.rustup/toolchains/nightly-aarch64-apple-darwin/lib/rustlib/src/rust/library/test/src/test_result.rs:102:24
|
102 | Some(libc::SIGABRT) => TestResult::TrFailed,
| ^^^^^^^ not found in `libc`
rust-analyzer version: 0.4.1838-standalone (c06ca6c 2024-02-11) + 0.3.1839-standalone (c06ca6c 2024-02-11)
rustc version: rustc 1.78.0-nightly (b381d3ab2 2024-02-12)
OS: Mac(M1)
fresh project generated via: cargo generate esp-rs/esp-idf-template cargo
cargo build & check works fine and don't throw this error, only r-a
if I remove the line in test_result.rs
everything works fine and r-a finishes without an error
if you need further information or if I can do anything to narrow the scope down please just tell