Robustify and genericize RTN resolution in RBV

This commit is contained in:
Michael Goulet 2024-10-22 17:59:26 +00:00
parent 6b6a867ae9
commit 87c045e2b3
3 changed files with 119 additions and 33 deletions

View file

@ -62,7 +62,9 @@ This API is completely unstable and subject to change.
#![doc(html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/")]
#![doc(rust_logo)]
#![feature(assert_matches)]
#![feature(coroutines)]
#![feature(if_let_guard)]
#![feature(iter_from_coroutine)]
#![feature(iter_intersperse)]
#![feature(let_chains)]
#![feature(never_type)]