error: internal compiler error: src/librustc_typeck/astconv.rs:1267: anonymous bound region BrAnon(1) in return but not args #43594
Labels
A-lifetimes
Area: Lifetimes / regions
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
produces
It goes away if you stop relying on elision and put an explicit lifetime there.
This breaks stylo. (We can't work around this, we use lifetimes in FFI for additional safety and we need elision because bindgen doesn't know enough to insert manual lifetimes)
cc @eddyb @nikomatsakis
The text was updated successfully, but these errors were encountered: