1
Fork 0

rustdoc: rename issue-\d+.rs tests to have meaningful names

This commit is contained in:
Michael Howell 2025-01-29 11:36:36 -07:00
parent fdef34b4dd
commit eb457da5ca
20 changed files with 2 additions and 0 deletions

View file

@ -1,4 +1,5 @@
// https://github.com/rust-lang/rust/issues/103463
//@ check-pass
// The `Trait` is not pulled into the crate resulting in doc links in its methods being resolved.

View file

@ -1,4 +1,5 @@
// https://github.com/rust-lang/rust/issues/104145
//@ check-pass
// Doc links in `Trait`'s methods are resolved because it has a local impl.