pub fn exec_compile_error<T>(env: &mut SloshVm, input: T)where T: AsRef<str> + 'static,
Read and compile input and fail if compiling does not result in an error.