91535ad026
we don't track them when canonicalizing or when freshening, resulting in instable caching in the old solver, and issues when instantiating query responses in the new one.
5 lines
111 B
Rust
5 lines
111 B
Rust
fn main() {
|
|
let f;
|
|
f = Box::new(f);
|
|
//~^ ERROR overflow evaluating the requirement `Box<_> <: _`
|
|
}
|