This is a bit surprising and causes bugs (see https://github.com/tidyverse/dplyr/pull/5224): ```r vec_c(foo = c(1, 2), .name_spec = ~ print(list(.x, .y))) #> [[1]] #> [1] "foo" "foo" #> #> [[2]] #> [1] 1 2 ```