1
Fork 0

Remove special-casing around aliaskind in new solver

This commit is contained in:
Michael Goulet 2024-01-10 16:30:07 +00:00
parent 68acb393c5
commit 68c2f11240
19 changed files with 158 additions and 96 deletions

View file

@ -1,5 +1,9 @@
// revisions: current next
//[next] compile-flags: -Znext-solver
//[next] build-fail
// Deeply normalizing writeback results of opaques makes this into a post-mono error :(
#![feature(coroutines)]
#![allow(unconditional_recursion)]
fn coroutine_hold() -> impl Sized {