mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
52fcafe872
tests: Add regression test for recursive enum with Cow and Clone I could not find any existing test. `git grep "(Cow<'[^>]\+\["` gave no hits before this tests. Closes #100347