rust-lang / rust

Empowering everyone to build reliable and efficient software.
https://www.rust-lang.org
Other
99.01k stars 12.79k forks source link

tests: Add regression test for self referential structs with cow as last field #133488

Open Enselic opened 3 days ago

Enselic commented 3 days ago

Making compilation pass for this code was retroactively stabilized via FCP in 1.79. The code does not compile in 1.78.

See https://github.com/rust-lang/rust/issues/129541 for details.

Closes #107481

rustbot commented 3 days ago

r? @BoxyUwU

rustbot has assigned @BoxyUwU. They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.

Use r? to explicitly pick a reviewer

BoxyUwU commented 6 hours ago

@bors r+ rollup

bors commented 6 hours ago

:pushpin: Commit 7fc4b963470de530a212f2b7eb87a0aeddba9a04 has been approved by BoxyUwU

It is now in the queue for this repository.