mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-22 02:00:00 +03:00
c674335ba3
test that rustdoc doesn't overflow on a big enum Adds a test to close #25295. The test case depended on `enum_primitive` so I just basically pulled its source into an auxiliary file, is that the right way to do it?