Closed
Description
tidyselect::eval_select(character(), mtcars, allow_rename = TRUE)
#> named integer(0)
tidyselect::eval_select(character(), mtcars, allow_rename = FALSE)
#> Error: Can't rename variables in this context.
Created on 2020-11-04 by the reprex package (v0.3.0.9001)