``` r tidyr::unpack(tibble::tibble(x = integer()), x) #> # A tibble: 0 × 0 ``` This should error in the current implementation, but really it should silently skip x (i.e. #1153)
This should error in the current implementation, but really it should silently skip x (i.e. #1153)