I tried updating {rlang} 1.1.5 --> 1.1.6 and I am seeing this test failure:
expr_deparse(~foo) (`actual`) not equal to "<formula>" (`expected`). ('test-deparse.R:848:3')
--------------------------------------------------------------------------------
expr_deparse(~foo) (`actual`) not equal to "<formula>" (`expected`).
`actual`: "<S3: formula>"
`expected`: "<formula>"
I have pillar 1.10.0, is >1.10.0 required?
I updated pillar too, to no avail, any ideas?