ICE: encode_symbol: id not found #2766
Labels
A-linkage
Area: linking into static, shared libraries and binaries
A-typesystem
Area: The type system
I-crash
Issue: The compiler crashes (SIGSEGV, SIGABRT, etc). Use I-ICE instead when the compiler panics.
Milestone
This code snippet gets an internal compiler error when encoding metadata. It should probably be rejected earlier on, since the innermost
recv
function doesn't have type parameters. Adding<T: send>
to the inner function makes it compile successfully.The text was updated successfully, but these errors were encountered: