Latest nightly (x86_64-pc-windows-msvc) panics when I run cargo test on my codebase using async await.
error: internal compiler error: src\librustc_codegen_llvm\debuginfo\metadata.rs:661: debuginfo: unexpected type in type_metadata: impl core::future::future::Future
thread 'rustc' panicked at 'Box<Any>', src\librustc_errors\lib.rs:620:9
Latest nightly (
x86_64-pc-windows-msvc) panics when I runcargo teston my codebase usingasync await.