mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 11:17:26 +03:00
5397b31744
Add rustdoc test for double-hyphen to dash doc comment conversion Fixes https://github.com/rust-lang/rust/issues/64081. This PR adds a regression test for #64081 so the issue can be closed. r? `@notriddle`