rust/tests/ui/rfcs/rfc-2632-const-trait-impl/specialization
Esteban Küber 860c8cdeaf Differentiate between methods and associated functions
Accurately refer to assoc fn without receiver as assoc fn instead of methods.
Add `AssocItem::descr` method to centralize where we call methods and associated functions.
2024-08-10 00:54:16 +00:00
..
const-default-bound-non-const-specialized-bound.rs bless tests part 1 2024-06-28 10:57:35 +00:00
const-default-bound-non-const-specialized-bound.stderr Differentiate between methods and associated functions 2024-08-10 00:54:16 +00:00
const-default-const-specialized.rs bless tests part 1 2024-06-28 10:57:35 +00:00
const-default-const-specialized.stderr Differentiate between methods and associated functions 2024-08-10 00:54:16 +00:00
const-default-impl-non-const-specialized-impl.rs Make `effects` an incomplete feature 2024-06-22 14:11:11 +00:00
const-default-impl-non-const-specialized-impl.stderr Migrate tests to use `-Znext-solver` 2024-06-30 17:08:45 +00:00
default-keyword.rs bless tests part 1 2024-06-28 10:57:35 +00:00
default-keyword.stderr Differentiate between methods and associated functions 2024-08-10 00:54:16 +00:00
issue-95186-specialize-on-tilde-const.rs bless tests part 1 2024-06-28 10:57:35 +00:00
issue-95186-specialize-on-tilde-const.stderr Differentiate between methods and associated functions 2024-08-10 00:54:16 +00:00
issue-95187-same-trait-bound-different-constness.rs bless tests part 1 2024-06-28 10:57:35 +00:00
issue-95187-same-trait-bound-different-constness.stderr Differentiate between methods and associated functions 2024-08-10 00:54:16 +00:00
non-const-default-const-specialized.rs bless tests part 1 2024-06-28 10:57:35 +00:00
non-const-default-const-specialized.stderr Differentiate between methods and associated functions 2024-08-10 00:54:16 +00:00