..
auxiliary
issues
On E0308 involving dyn Trait
, mention trait objects
2024-01-24 16:32:24 +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
disambiguate-associated-function-first-arg.rs
fix broken CI and code review
2023-12-27 15:47:57 +08:00
disambiguate-associated-function-first-arg.stderr
fix broken CI and code review
2023-12-27 15:47:57 +08:00
disambiguate-multiple-blanket-impl.rs
Unify suggestion wording
2023-10-17 17:33:55 +00:00
disambiguate-multiple-blanket-impl.stderr
Rework print_disambiguation_help
2023-11-07 05:23:09 +00:00
disambiguate-multiple-impl.rs
Unify suggestion wording
2023-10-17 17:33:55 +00:00
disambiguate-multiple-impl.stderr
Rework print_disambiguation_help
2023-11-07 05:23:09 +00:00
disambiguate-multiple-trait-2.rs
Unify suggestion wording
2023-10-17 17:33:55 +00:00
disambiguate-multiple-trait-2.stderr
Rework print_disambiguation_help
2023-11-07 05:23:09 +00:00
disambiguate-multiple-trait.rs
Unify suggestion wording
2023-10-17 17:33:55 +00:00
disambiguate-multiple-trait.stderr
Rework print_disambiguation_help
2023-11-07 05:23:09 +00:00
field-method-suggestion-using-return-ty.rs
field-method-suggestion-using-return-ty.stderr
inherent-bound-in-probe.rs
write-long-types-to-disk: update tests
2023-07-25 12:08:44 +01:00
inherent-bound-in-probe.stderr
write-long-types-to-disk: update tests
2023-07-25 12:08:44 +01:00
issue-3707.rs
Move tests
2023-08-28 17:47:37 -03:00
issue-3707.stderr
Show number in error message even for one error
2023-11-24 19:15:52 +01:00
method-ambig-one-trait-unknown-int-type.rs
method-ambig-one-trait-unknown-int-type.stderr
Reorder fullfillment errors to keep more interesting ones first
2023-10-04 02:04:14 +00:00
method-ambig-two-traits-cross-crate.rs
method-ambig-two-traits-cross-crate.stderr
Show number in error message even for one error
2023-11-24 19:15:52 +01:00
method-ambig-two-traits-from-bounds.rs
method-ambig-two-traits-from-bounds.stderr
Show number in error message even for one error
2023-11-24 19:15:52 +01:00
method-ambig-two-traits-from-impls2.rs
method-ambig-two-traits-from-impls2.stderr
Show number in error message even for one error
2023-11-24 19:15:52 +01:00
method-ambig-two-traits-from-impls.rs
method-ambig-two-traits-from-impls.stderr
Show number in error message even for one error
2023-11-24 19:15:52 +01:00
method-ambig-two-traits-with-default-method.rs
method-ambig-two-traits-with-default-method.stderr
Show number in error message even for one error
2023-11-24 19:15:52 +01:00
method-ambiguity-no-rcvr.rs
Don't expect a rcvr in print_disambiguation_help
2023-11-12 19:59:13 +00:00
method-ambiguity-no-rcvr.stderr
fix broken CI and code review
2023-12-27 15:47:57 +08:00
method-argument-inference-associated-type.rs
Adjust compiler tests for unused_tuple_struct_fields -> dead_code
2024-01-02 15:34:37 -05:00
method-call-err-msg.rs
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
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
Show number in error message even for one error
2023-11-24 19:15:52 +01:00
method-call-lifetime-args.rs
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
method-call-type-binding.stderr
Show number in error message even for one error
2023-11-24 19:15:52 +01:00
method-deref-to-same-trait-object-with-separate-params.rs
method-deref-to-same-trait-object-with-separate-params.stderr
Rework print_disambiguation_help
2023-11-07 05:23:09 +00:00
method-early-bound-lifetimes-on-self.rs
method-lookup-order.rs
method-macro-backtrace.rs
method-macro-backtrace.stderr
Show number in error message even for one error
2023-11-24 19:15:52 +01:00
method-missing-call.rs
method-missing-call.stderr
adjust how closure/generator types and rvalues are printed
2023-09-21 22:20:58 +02:00
method-mut-self-modifies-mut-slice-lvalue.rs
method-normalize-bounds-issue-20604.rs
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
Show number in error message even for one error
2023-11-24 19:15:52 +01: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
macro_rules: Add more tests for using tt
in addition to ident
2024-01-05 19:13:52 +03:00
method-on-ambiguous-numeric-type.stderr
macro_rules: Add more tests for using tt
in addition to ident
2024-01-05 19:13:52 +03:00
method-path-in-pattern.rs
method-path-in-pattern.stderr
method-probe-no-guessing-dyn-trait.rs
Adjust compiler tests for unused_tuple_struct_fields -> dead_code
2024-01-02 15:34:37 -05:00
method-projection.rs
method-recursive-blanket-impl.rs
method-resolvable-path-in-pattern.rs
method-resolvable-path-in-pattern.stderr
Show number in error message even for one error
2023-11-24 19:15:52 +01: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
method-self-arg-2.stderr
Do not set up wrong span for adjustments
2023-07-10 20:09:26 +00:00
method-self-arg-aux1.rs
method-self-arg-aux2.rs
method-self-arg-trait.rs
method-self-arg.rs
method-trait-object-with-hrtb.rs
method-two-trait-defer-resolution-1.rs
method-two-trait-defer-resolution-2.rs
method-two-traits-distinguished-via-where-clause.rs
method-where-clause.rs
suggest-method-on-call-with-macro-rcvr.rs
Adjust spans correctly for fn -> method suggestion
2023-07-27 16:50:28 +00:00
suggest-method-on-call-with-macro-rcvr.stderr
Show number in error message even for one error
2023-11-24 19:15:52 +01:00