I'm trying out Rust with Ozone v3.38 on Windows 10 and STM32F103C8
Download works fine, but straight after
It complains about
Code
File not found:
/rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/intrinsics/mod.rs
Please use the source files window to locate the file manually
Also when stepping into
panic!("msg") gives
Code
File not found:
/rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/fmt/mod.rs
Please use the source files window to locate the file manually
but it does find/steps correctly into other library sources at
.cargo/registry/src/index.crates.io-hash/panic-rtt-target/src/lib.rs
So it seems partially broken/working, maybe not working for core libs?