RestExpressionNode not yet implemented

Perhaps the least helpful MXMLC error message yet:

public function log(level:int, message:String, ... rest):void {
	trace(format(level, message, ...rest));
}

Apparently calling a function with …rest on accident will present this compiler error…