mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-08 09:38:26 +03:00
c8a94c5dfa
`Box<for<'a> Foo<&'a T> + 'a>` can be accepted. Also cleanup the visitor/fold in general, exposing more callbacks.