rust/src/test/ui/self
Takayuki Maeda 402dceba99 point to type param definition when not finding variant, method and assoc type
use `def_ident_span` , `body_owner_def_id` instead of `in_progress_typeck_results`, `guess_head_span`

use `body_id.owner` directly

add description to label
2022-06-22 13:40:20 +09:00
..
auxiliary
elision Fully stabilize NLL 2022-06-03 17:16:41 -04:00
arbitrary_self_types_nested.rs
arbitrary_self_types_pin_lifetime_impl_trait-async.rs
arbitrary_self_types_pin_lifetime_impl_trait-async.stderr Handle anonymous lifetimes properly in diagnostics. 2022-05-29 12:16:09 +02:00
arbitrary_self_types_pin_lifetime_impl_trait.rs
arbitrary_self_types_pin_lifetime_impl_trait.stderr Revert "Auto merge of #93893 - oli-obk:sad_revert, r=oli-obk" 2022-03-28 16:27:14 +00:00
arbitrary_self_types_pin_lifetime_mismatch-async.rs Fully stabilize NLL 2022-06-03 17:16:41 -04:00
arbitrary_self_types_pin_lifetime_mismatch-async.stderr Fully stabilize NLL 2022-06-03 17:16:41 -04:00
arbitrary_self_types_pin_lifetime_mismatch.rs Fully stabilize NLL 2022-06-03 17:16:41 -04:00
arbitrary_self_types_pin_lifetime_mismatch.stderr Fully stabilize NLL 2022-06-03 17:16:41 -04:00
arbitrary_self_types_pin_lifetime-async.rs
arbitrary_self_types_pin_lifetime.rs
arbitrary_self_types_pointers_and_wrappers.rs
arbitrary_self_types_raw_pointer_struct.rs
arbitrary_self_types_raw_pointer_trait.rs
arbitrary_self_types_silly.rs
arbitrary_self_types_stdlib_pointers.rs
arbitrary_self_types_struct.rs
arbitrary_self_types_trait.rs
arbitrary_self_types_unsized_struct.rs
arbitrary-self-types-not-object-safe.curr.stderr
arbitrary-self-types-not-object-safe.object_safe_for_dispatch.stderr
arbitrary-self-types-not-object-safe.rs
builtin-superkinds-self-type.rs
by-value-self-in-mut-slot.rs
class-missing-self.rs Move some tests to more reasonable directories 2021-11-14 14:38:42 -03:00
class-missing-self.stderr Move some tests to more reasonable directories 2021-11-14 14:38:42 -03:00
explicit_self_xcrate_exe.rs
explicit-self-closures.rs
explicit-self-generic.rs
explicit-self-objects-uniq.rs
explicit-self.rs
issue-61882-2.rs Move some tests to more reasonable directories 2021-11-06 15:35:20 -03:00
issue-61882-2.stderr Move some tests to more reasonable directories 2021-11-06 15:35:20 -03:00
issue-61882.rs Move some tests to more reasonable directories 2021-11-06 15:35:20 -03:00
issue-61882.stderr Implementation for 65853 2022-04-16 02:26:56 -04:00
move-self.rs
object-safety-sized-self-by-value-self.rs
object-safety-sized-self-generic-method.rs
object-safety-sized-self-return-Self.rs
objects-owned-object-owned-method.rs Move some tests to more reasonable directories 2021-11-14 14:38:42 -03:00
point-at-arbitrary-self-type-method.rs
point-at-arbitrary-self-type-method.stderr point to type param definition when not finding variant, method and assoc type 2022-06-22 13:40:20 +09:00
point-at-arbitrary-self-type-trait-method.rs
point-at-arbitrary-self-type-trait-method.stderr point to type param definition when not finding variant, method and assoc type 2022-06-22 13:40:20 +09:00
self_lifetime-async.rs
self_lifetime.rs
self_type_keyword-2.rs
self_type_keyword-2.stderr
self_type_keyword.rs
self_type_keyword.stderr
self-impl-2.rs
self-impl.rs
self-impl.stderr
self-in-mut-slot-default-method.rs
self-in-mut-slot-immediate-value.rs
self-in-typedefs.rs
self-infer.rs generic_arg_infer: placeholder in signature err 2022-01-18 12:23:43 +01:00
self-infer.stderr generic_arg_infer: placeholder in signature err 2022-01-18 12:23:43 +01:00
self-re-assign.rs
self-shadowing-import.rs
self-type-param.rs
self-vs-path-ambiguity.rs
self-vs-path-ambiguity.stderr
string-self-append.rs
suggest-self-2.rs
suggest-self-2.stderr
suggest-self.rs
suggest-self.stderr
ufcs-explicit-self.rs
uniq-self-in-mut-slot.rs
where-for-self.rs