On incoming as of @90372da , compiling the following program: ``` rust extern mod std; fn main() { std::arc::MutexARC(()); } ``` Results in the following ICE: ``` error: internal compiler error: create_function: unexpected sort of node ```