rust/tests/rustdoc/deref
binarycat b46412f6d7 rustdoc: be more strict about "Methods from Deref"
hack: is_doc_subtype_of always returns true for TyAlias

it's worth noting that this function is only used in
the handling of "Methods from Deref", and we were previously
assuming all generic parameters were meaningless,
so this is still an improvment from the status quo.

this change means that we will have strictly less false positives
without adding any new false negitives.

Co-authored-by: Guillaume Gomez <guillaume1.gomez@gmail.com>
2025-03-22 12:47:05 -05:00
..
deref-const-fn.rs Update `tests/rustdoc` to new test syntax 2024-06-24 11:08:41 +02:00
deref-methods-24686-target.rs rustdoc: be more strict about "Methods from Deref" 2025-03-22 12:47:05 -05:00
deref-multiple-impl-blocks.rs Update `tests/rustdoc` to new test syntax 2024-06-24 11:08:41 +02:00
deref-mut-methods.rs Update `tests/rustdoc` to new test syntax 2024-06-24 11:08:41 +02:00
deref-recursive-pathbuf.rs Update `tests/rustdoc` to new test syntax 2024-06-24 11:08:41 +02:00
deref-recursive.rs Update `tests/rustdoc` to new test syntax 2024-06-24 11:08:41 +02:00
deref-slice-core.rs Update `tests/rustdoc` to new test syntax 2024-06-24 11:08:41 +02:00
deref-to-primitive.rs Update `tests/rustdoc` to new test syntax 2024-06-24 11:08:41 +02:00
deref-typedef.rs Update `tests/rustdoc` to new test syntax 2024-06-24 11:08:41 +02:00
escape-deref-methods.rs Update `tests/rustdoc` to new test syntax 2024-06-24 11:08:41 +02:00
recursive-deref-sidebar.rs Update `tests/rustdoc` to new test syntax 2024-06-24 11:08:41 +02:00
recursive-deref.rs Update `tests/rustdoc` to new test syntax 2024-06-24 11:08:41 +02:00
sidebar-links-deref-100679.rs rustdoc: rename `issue-\d+.rs` tests to have meaningful names 2024-09-12 13:47:51 -07:00