Right now `error` is defined like this: ``` inline def error(inline msg: String, objs: Any*): Nothing ``` We should make it take a full interpolated string. That does not work now, since interpolated strings are not inline constants.