█
1. ├─vctrs::vec_c(x, x)
2. ├─vctrs:::vec_type2_dispatch(x = x, y = y, x_arg = x_arg, y_arg = y_arg)
3. ├─vctrs::vec_ptype2.character(x = x, y = y, x_arg = x_arg, y_arg = y_arg)
4. └─vctrs:::vec_ptype2.character.character(...)
5. └─vctrs:::shape_match(character(), x, y)
6. └─vctrs:::shape_common(x, y)
7. ├─vctrs:::n_dim2(shape(x), shape(y))
8. └─vctrs:::shape(x)
Created on 2019-07-22 by the reprex package (v0.3.0)
From tidyverse/tidyr#676.