rust/tests
Esteban Küber 939a224ce3 Point at assoc fn definition on type param divergence
When the number of type parameters in the associated function of an impl
and its trait differ, we now *always* point at the trait one, even if it
comes from a foreign crate. When it is local, we point at the specific
params, when it is foreign, we point at the whole associated item.

Fix #69944.
2023-10-20 22:11:01 +00:00
..
assembly Automatically enable cross-crate inlining for small functions 2023-10-17 19:53:51 -04:00
auxiliary
codegen Automatically enable cross-crate inlining for small functions 2023-10-17 19:53:51 -04:00
codegen-units Automatically enable cross-crate inlining for small functions 2023-10-17 19:53:51 -04:00
coverage-map coverage: Store all of a function's mappings in function coverage info 2023-10-18 23:42:39 +11:00
debuginfo
incremental
mir-opt coverage: Store expression data in function coverage info 2023-10-18 23:44:34 +11:00
pretty Preserve unicode escapes in format string literals when pretty-printing AST 2023-10-16 21:20:21 +02:00
run-coverage
run-coverage-rustdoc
run-make Auto merge of #116814 - estebank:windows-ice-path, r=petrochenkov 2023-10-18 07:45:56 +00:00
run-make-fulldeps
run-pass-valgrind
rustdoc rustdoc: move ICE test to rustdoc-ui 2023-10-16 18:02:11 -07:00
rustdoc-gui
rustdoc-js
rustdoc-js-std
rustdoc-json
rustdoc-ui Rollup merge of #111072 - Urgau:check-cfg-new-syntax, r=petrochenkov 2023-10-17 19:07:21 +02:00
ui Point at assoc fn definition on type param divergence 2023-10-20 22:11:01 +00:00
ui-fulldeps Rollup merge of #116787 - a-lafrance:span-internal-lint, r=oli-obk 2023-10-17 19:07:23 +02:00
COMPILER_TESTS.md