rust/src/test/ui/methods
2022-12-10 14:35:40 -08:00
..
auxiliary Remove box syntax from most places in src/test outside of the issues dir 2021-09-26 04:07:44 +02:00
issues Introduce with_forced_trimmed_paths 2022-12-10 14:35:40 -08:00
assign-to-method.rs
assign-to-method.stderr
method-ambig-one-trait-unknown-int-type.rs Point at overlapping impls when type annotations are needed 2021-10-24 18:33:04 +00:00
method-ambig-one-trait-unknown-int-type.stderr resolve vars in node substs 2022-07-04 13:58:29 +02:00
method-ambig-two-traits-cross-crate.rs
method-ambig-two-traits-cross-crate.stderr manually implement Hash for DefId 2021-12-10 00:40:41 +01:00
method-ambig-two-traits-from-bounds.rs
method-ambig-two-traits-from-bounds.stderr Modify structured suggestion output 2021-08-11 09:46:24 +00:00
method-ambig-two-traits-from-impls.rs
method-ambig-two-traits-from-impls.stderr Modify structured suggestion output 2021-08-11 09:46:24 +00:00
method-ambig-two-traits-from-impls2.rs
method-ambig-two-traits-from-impls2.stderr Fix incorrect disambiguation suggestion for associated items 2021-09-25 21:47:33 +02:00
method-ambig-two-traits-with-default-method.rs
method-ambig-two-traits-with-default-method.stderr Modify structured suggestion output 2021-08-11 09:46:24 +00:00
method-argument-inference-associated-type.rs Warn about dead tuple struct fields 2022-08-03 12:17:23 +02:00
method-call-err-msg.rs diagnostics: use rustc_on_unimplemented to recommend [].iter() 2022-03-09 09:52:55 -07:00
method-call-err-msg.stderr Shrink suggestion span of argument mismatch error 2022-09-03 05:54:13 +00:00
method-call-lifetime-args-fail.rs improve diagnosts for GATs 2021-05-11 14:09:46 +02:00
method-call-lifetime-args-fail.stderr Change how suggested lifetime args are computed. 2022-11-24 17:48:42 +00:00
method-call-lifetime-args-lint-fail.rs
method-call-lifetime-args-lint-fail.stderr bless ui tests 2022-10-01 10:03:06 +00:00
method-call-lifetime-args-lint.rs
method-call-lifetime-args-lint.stderr bless ui tests 2022-10-01 10:03:06 +00:00
method-call-lifetime-args-subst-index.rs
method-call-lifetime-args-unresolved.rs Bless tests. 2022-04-17 11:03:34 +02:00
method-call-lifetime-args-unresolved.stderr bless ui tests 2022-10-01 10:03:06 +00:00
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
method-deref-to-same-trait-object-with-separate-params.stderr bless ui tests 2022-10-01 10:03:06 +00:00
method-early-bound-lifetimes-on-self.rs
method-lookup-order.rs Test exploring the interactions between all of the different kinds of method collisions I could imagine. 2021-02-01 17:08:37 -05:00
method-macro-backtrace.rs
method-macro-backtrace.stderr Report duplicate definition in impls with overlap check. 2022-10-13 16:50:24 +00:00
method-missing-call.rs
method-missing-call.stderr Shorten span for closures. 2022-07-07 09:27:42 +02:00
method-mut-self-modifies-mut-slice-lvalue.rs
method-normalize-bounds-issue-20604.rs
method-not-found-generic-arg-elision.rs feat: omit suffixes in const generics (e.g. 1_i32) 2022-07-19 02:35:48 +03:00
method-not-found-generic-arg-elision.stderr feat: omit suffixes in const generics (e.g. 1_i32) 2022-07-19 02:35:48 +03:00
method-on-ambiguous-numeric-type.rs
method-on-ambiguous-numeric-type.stderr use smaller span for suggestions 2022-08-27 15:22:08 +09:00
method-path-in-pattern.rs
method-path-in-pattern.stderr Unreserve braced enum variants in value namespace 2022-11-21 22:40:06 +03:00
method-probe-no-guessing-dyn-trait.rs Warn about dead tuple struct fields 2022-08-03 12:17:23 +02:00
method-projection.rs
method-recursive-blanket-impl.rs
method-resolvable-path-in-pattern.rs
method-resolvable-path-in-pattern.stderr
method-self-arg-1.rs
method-self-arg-1.stderr Implementation for 65853 2022-04-16 02:26:56 -04:00
method-self-arg-2.rs
method-self-arg-2.stderr Use larger span for adjustments on method calls 2021-09-25 10:00:41 -05:00
method-self-arg-aux1.rs Remove box syntax from most places in src/test outside of the issues dir 2021-09-26 04:07:44 +02:00
method-self-arg-aux2.rs Remove box syntax from most places in src/test outside of the issues dir 2021-09-26 04:07:44 +02:00
method-self-arg-trait.rs Remove box syntax from most places in src/test outside of the issues dir 2021-09-26 04:07:44 +02:00
method-self-arg.rs Remove box syntax from most places in src/test outside of the issues dir 2021-09-26 04:07:44 +02:00
method-trait-object-with-hrtb.rs
method-two-trait-defer-resolution-1.rs
method-two-trait-defer-resolution-2.rs Remove box syntax from most places in src/test outside of the issues dir 2021-09-26 04:07:44 +02:00
method-two-traits-distinguished-via-where-clause.rs
method-where-clause.rs