rust/tests/ui/methods
2023-05-26 13:15:15 -04:00
..
auxiliary Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issues Complete migrating ast_passes to derive diagnostics 2023-02-25 15:19:13 +00:00
assign-to-method.rs Remove save-analysis. 2023-02-16 15:14:45 +11:00
assign-to-method.stderr Remove save-analysis. 2023-02-16 15:14:45 +11:00
call_method_unknown_pointee.rs improve error message for calling a method on a raw pointer with an unknown pointee, and add some tests 2023-05-26 13:15:15 -04:00
call_method_unknown_pointee.stderr improve error message for calling a method on a raw pointer with an unknown pointee, and add some tests 2023-05-26 13:15:15 -04:00
field-method-suggestion-using-return-ty.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
field-method-suggestion-using-return-ty.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
inherent-bound-in-probe.rs Do not use ImplDerivedObligationCause for inherent impl method error reporting 2023-04-10 06:06:08 +00:00
inherent-bound-in-probe.stderr Do not use ImplDerivedObligationCause for inherent impl method error reporting 2023-04-10 06:06:08 +00:00
method-ambig-one-trait-unknown-int-type.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
method-ambig-one-trait-unknown-int-type.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
method-ambig-two-traits-cross-crate.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
method-ambig-two-traits-cross-crate.stderr diagnostics: update test cases to refer to assoc fn with self as method 2023-02-22 08:40:47 -07:00
method-ambig-two-traits-from-bounds.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
method-ambig-two-traits-from-bounds.stderr diagnostics: update test cases to refer to assoc fn with self as method 2023-02-22 08:40:47 -07:00
method-ambig-two-traits-from-impls.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
method-ambig-two-traits-from-impls.stderr diagnostics: update test cases to refer to assoc fn with self as method 2023-02-22 08:40:47 -07:00
method-ambig-two-traits-from-impls2.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
method-ambig-two-traits-from-impls2.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
method-ambig-two-traits-with-default-method.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
method-ambig-two-traits-with-default-method.stderr diagnostics: update test cases to refer to assoc fn with self as method 2023-02-22 08:40:47 -07:00
method-argument-inference-associated-type.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
method-call-err-msg.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
method-call-err-msg.stderr Highlight whole expression for E0599 2023-03-01 16:57:11 +00:00
method-call-lifetime-args-fail.rs diagnostics: remove inconsistent English article "this" from E0107 2023-02-23 10:27:06 -07:00
method-call-lifetime-args-fail.stderr Error code E0794 for late-bound lifetime parameter error. 2023-03-07 21:26:19 +01:00
method-call-lifetime-args-lint-fail.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
method-call-lifetime-args-lint-fail.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
method-call-lifetime-args-lint.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
method-call-lifetime-args-lint.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
method-call-lifetime-args-subst-index.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
method-call-lifetime-args-unresolved.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
method-call-lifetime-args-unresolved.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
method-call-lifetime-args.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
method-call-lifetime-args.stderr Error code E0794 for late-bound lifetime parameter error. 2023-03-07 21:26:19 +01:00
method-call-type-binding.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
method-call-type-binding.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
method-deref-to-same-trait-object-with-separate-params.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
method-deref-to-same-trait-object-with-separate-params.stderr diagnostics: update test cases to refer to assoc fn with self as method 2023-02-22 08:40:47 -07:00
method-early-bound-lifetimes-on-self.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
method-lookup-order.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
method-macro-backtrace.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
method-macro-backtrace.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
method-missing-call.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
method-missing-call.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
method-mut-self-modifies-mut-slice-lvalue.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
method-normalize-bounds-issue-20604.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
method-not-found-but-doc-alias.rs Consider doc(alias) when providing typo suggestions 2023-01-23 10:07:10 +09:00
method-not-found-but-doc-alias.stderr Consider doc(alias) when providing typo suggestions 2023-01-23 10:07:10 +09:00
method-not-found-generic-arg-elision.rs Make method-not-found-generic-arg-elision.rs error message not path dependent 2023-04-26 21:48:21 +00:00
method-not-found-generic-arg-elision.stderr Make method-not-found-generic-arg-elision.rs error message not path dependent 2023-04-26 21:48:21 +00:00
method-on-ambiguous-numeric-type.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
method-on-ambiguous-numeric-type.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
method-path-in-pattern.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
method-path-in-pattern.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
method-probe-no-guessing-dyn-trait.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
method-projection.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
method-recursive-blanket-impl.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
method-resolvable-path-in-pattern.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
method-resolvable-path-in-pattern.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
method-self-arg-1.rs Modify primary span label for E0308 2023-01-30 20:12:19 +00:00
method-self-arg-1.stderr Tweak borrow suggestion 2023-05-08 03:36:30 +00:00
method-self-arg-2.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
method-self-arg-2.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
method-self-arg-aux1.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
method-self-arg-aux2.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
method-self-arg-trait.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
method-self-arg.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
method-trait-object-with-hrtb.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
method-two-trait-defer-resolution-1.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
method-two-trait-defer-resolution-2.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
method-two-traits-distinguished-via-where-clause.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
method-where-clause.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00