rust/src/test/ui/methods
Ariel Ben-Yehuda 0ceb30de6d add tests to a few edge cases in method lookup
These aren't fixed by this PR, but were broken in a few older attempts
at it. Make sure they don't regress.
2019-01-29 01:00:25 +02:00
..
auxiliary
method-ambig-one-trait-unknown-int-type.rs
method-ambig-one-trait-unknown-int-type.stderr
method-ambig-two-traits-cross-crate.rs
method-ambig-two-traits-cross-crate.stderr
method-ambig-two-traits-from-bounds.rs
method-ambig-two-traits-from-bounds.stderr
method-ambig-two-traits-with-default-method.rs
method-ambig-two-traits-with-default-method.stderr
method-call-err-msg.rs
method-call-err-msg.stderr
method-call-lifetime-args-fail.rs
method-call-lifetime-args-fail.stderr
method-call-lifetime-args-lint-fail.rs
method-call-lifetime-args-lint-fail.stderr
method-call-lifetime-args-lint.rs
method-call-lifetime-args-lint.stderr
method-call-lifetime-args-subst-index.rs
method-call-lifetime-args-unresolved.rs
method-call-lifetime-args-unresolved.stderr
method-call-lifetime-args.rs
method-call-lifetime-args.stderr
method-call-type-binding.rs
method-call-type-binding.stderr
method-deref-to-same-trait-object-with-separate-params.rs add tests to a few edge cases in method lookup 2019-01-29 01:00:25 +02:00
method-deref-to-same-trait-object-with-separate-params.stderr add tests to a few edge cases in method lookup 2019-01-29 01:00:25 +02:00
method-macro-backtrace.rs
method-macro-backtrace.stderr
method-missing-call.rs
method-missing-call.stderr use structured suggestion for method calls 2019-01-03 13:42:52 -05:00
method-on-ambiguous-numeric-type.rs
method-on-ambiguous-numeric-type.stderr
method-path-in-pattern.rs
method-path-in-pattern.stderr
method-resolvable-path-in-pattern.rs
method-resolvable-path-in-pattern.stderr
method-self-arg-1.rs Improve type mismatch error messages 2018-12-31 20:43:08 -05:00
method-self-arg-1.stderr Improve type mismatch error messages 2018-12-31 20:43:08 -05:00
method-self-arg-2.nll.stderr
method-self-arg-2.rs
method-self-arg-2.stderr
method-trait-object-with-hrtb.rs add tests to a few edge cases in method lookup 2019-01-29 01:00:25 +02:00