I think it would be nice if this: ``` r tibble::tibble(x = stop("!")) #> Error in eval_tidy(xs[[j]], mask): ! ``` Looked like this? ```r tibble::tibble(x = stop("!")) #> Error in tibble(): #> Failed to evaluate column `x` #> Caused by error: #> ! ```