..
auxiliary
filter suggestions from extern prelude
2019-03-18 11:13:15 -04:00
dont-suggest-ref
Update tests
2019-03-11 23:10:26 +03:00
as-ref.rs
Suggest .as_ref() when appropriate for Option and Result
2018-12-28 11:16:23 -08:00
as-ref.stderr
suggestion-diagnostics: as_ref improve snippet
2019-02-13 17:52:22 +00:00
assoc-const-as-field.rs
Provide suggestion when using field access instead of path
2019-03-24 19:21:54 -07:00
assoc-const-as-field.stderr
Deduplicate code for path suggestion
2019-03-24 19:43:02 -07:00
attribute-typos.rs
add typo suggestion to unknown attribute error
2019-01-27 21:56:50 -05:00
attribute-typos.stderr
Reword tracking issue note
2019-04-11 11:42:06 -07:00
borrow-for-loop-head.rs
When moving out of a for loop head, suggest borrowing it
2019-03-24 11:46:13 -07:00
borrow-for-loop-head.stderr
update tests for migrate mode by default
2019-04-22 08:40:08 +01:00
dont-suggest-deref-inside-macro-issue-58298.rs
Account for fully overlapping multiline annotations
2019-03-27 19:35:30 -07:00
dont-suggest-deref-inside-macro-issue-58298.stderr
Account for fully overlapping multiline annotations
2019-03-27 19:35:30 -07:00
format-borrow.rs
Suggest removal of & when borrowing macro and appropriate
2019-03-02 11:25:00 -08:00
format-borrow.stderr
Suggest removal of & when borrowing macro and appropriate
2019-03-02 11:25:00 -08:00
impl-trait-return-trailing-semicolon.rs
On return type impl Trait for block with no expr point at last semi
2019-03-04 13:17:54 -08:00
impl-trait-return-trailing-semicolon.stderr
Update tests
2019-03-11 23:10:26 +03:00
into-str.rs
Add suggestion to use &*var when &str: From<String> is expected
2019-03-22 20:38:14 -07:00
into-str.stderr
review comments
2019-03-22 21:54:19 -07:00
issue-51055-missing-semicolon-between-call-and-tuple.rs
in which the E0618 "expected function" diagnostic gets a makeover
2018-11-10 22:12:33 -08:00
issue-51055-missing-semicolon-between-call-and-tuple.stderr
Update tests
2019-03-11 23:10:26 +03:00
issue-59819.fixed
Only make suggestion when type is Copy.
2019-04-22 19:26:24 +01:00
issue-59819.rs
Only make suggestion when type is Copy.
2019-04-22 19:26:24 +01:00
issue-59819.stderr
Only make suggestion when type is Copy.
2019-04-22 19:26:24 +01:00
no-extern-crate-in-type.rs
filter suggestions from extern prelude
2019-03-18 11:13:15 -04:00
no-extern-crate-in-type.stderr
filter suggestions from extern prelude
2019-03-18 11:13:15 -04:00
path-by-value.rs
Custom E0277 diagnostic for Path
2018-10-10 17:30:10 -07:00
path-by-value.stderr
Fix broken links to second edition TRPL.
2019-01-01 12:53:07 -05:00
path-display.rs
Suggest using .display() when trying to print a Path
2018-12-12 16:54:27 -08:00
path-display.stderr
Wording changes
2018-12-13 09:55:16 -08:00
recover-from-semicolon-trailing-item.rs
Recover from item trailing semicolon
2019-01-13 17:29:32 -08:00
recover-from-semicolon-trailing-item.stderr
Recover from item trailing semicolon
2019-01-13 17:29:32 -08:00
recover-invalid-float.rs
Extend incorrect float literal recovery to account for suffixes
2019-01-20 14:25:53 -08:00
recover-invalid-float.stderr
Extend incorrect float literal recovery to account for suffixes
2019-01-20 14:25:53 -08:00
return-without-lifetime.rs
Suggest adding lifetime to struct field
2019-03-12 18:18:29 -07:00
return-without-lifetime.stderr
Suggest adding lifetime to struct field
2019-03-12 18:18:29 -07:00
suggest-impl-trait-lifetime.fixed
Account for impl Trait when suggesting lifetime
2018-12-12 14:10:36 -08:00
suggest-impl-trait-lifetime.rs
Account for impl Trait when suggesting lifetime
2018-12-12 14:10:36 -08:00
suggest-impl-trait-lifetime.stderr
Account for impl Trait when suggesting lifetime
2018-12-12 14:10:36 -08:00
suggest-labels.rs
Remove licenses
2018-12-25 21:08:33 -07:00
suggest-labels.stderr
tweak unresolved label suggestion
2019-04-04 10:04:48 -04:00
suggest-methods.rs
Remove licenses
2018-12-25 21:08:33 -07:00
suggest-methods.stderr
improve unknown enum variant errors
2019-04-09 14:19:20 -04:00
suggest-move-lifetimes.rs
Update ui tests
2018-12-04 10:06:05 +01:00
suggest-move-lifetimes.stderr
Only mention const generics if enabled.
2019-03-31 00:14:21 +01:00
suggest-move-types.rs
Update tests
2019-02-07 15:02:17 +01:00
suggest-move-types.stderr
Update tests
2019-03-11 23:10:26 +03:00
suggest-on-bare-closure-call.rs
When encountetring ||{}(), suggest the likely intended (||{})()
2019-03-08 19:08:28 -08:00
suggest-on-bare-closure-call.stderr
When encountetring ||{}(), suggest the likely intended (||{})()
2019-03-08 19:08:28 -08:00
suggest-private-fields.rs
Remove licenses
2018-12-25 21:08:33 -07:00
suggest-private-fields.stderr
use structured suggestions for nonexistent fields
2018-12-31 12:52:30 -05:00
suggest-ref-mut.rs
Remove licenses
2018-12-25 21:08:33 -07:00
suggest-ref-mut.stderr
hide --explain hint if error has no extended info
2019-04-18 13:29:28 -04:00
suggest-remove-refs-1.rs
Remove licenses
2018-12-25 21:08:33 -07:00
suggest-remove-refs-1.stderr
Remove licenses
2018-12-25 21:08:33 -07:00
suggest-remove-refs-2.rs
Remove licenses
2018-12-25 21:08:33 -07:00
suggest-remove-refs-2.stderr
Remove licenses
2018-12-25 21:08:33 -07:00
suggest-remove-refs-3.rs
Remove licenses
2018-12-25 21:08:33 -07:00
suggest-remove-refs-3.stderr
Remove licenses
2018-12-25 21:08:33 -07:00
suggest-std-when-using-type.rs
Suggest appropriate path when calling associated item on bare types
2019-04-18 19:18:26 -07:00
suggest-std-when-using-type.stderr
Suggest appropriate path when calling associated item on bare types
2019-04-18 19:18:26 -07:00
suggest-variants.rs
improve unknown enum variant errors
2019-04-09 14:19:20 -04:00
suggest-variants.stderr
improve unknown enum variant errors
2019-04-09 14:19:20 -04:00
type-ascription-instead-of-let.rs
Hide "type ascription is experimental error" unless it's the only one
2019-03-22 19:50:18 -07:00
type-ascription-instead-of-let.stderr
Hide "type ascription is experimental error" unless it's the only one
2019-03-22 19:50:18 -07:00
type-ascription-instead-of-method.rs
Expand suggestions for type ascription parse errors
2019-03-22 19:50:18 -07:00
type-ascription-instead-of-method.stderr
Expand suggestions for type ascription parse errors
2019-03-22 19:50:18 -07:00
type-ascription-instead-of-path.rs
Hide "type ascription is experimental error" unless it's the only one
2019-03-22 19:50:18 -07:00
type-ascription-instead-of-path.stderr
hide --explain hint if error has no extended info
2019-04-18 13:29:28 -04:00
type-ascription-instead-of-variant.rs
Expand suggestions for type ascription parse errors
2019-03-22 19:50:18 -07:00
type-ascription-instead-of-variant.stderr
Expand suggestions for type ascription parse errors
2019-03-22 19:50:18 -07:00
type-mismatch-struct-field-shorthand-2.rs
Suggest correct cast for struct fields with shorthand syntax
2019-01-19 20:18:56 -08:00
type-mismatch-struct-field-shorthand-2.stderr
hide --explain hint if error has no extended info
2019-04-18 13:29:28 -04:00
type-mismatch-struct-field-shorthand.fixed
Suggest correct cast for struct fields with shorthand syntax
2019-01-19 20:18:56 -08:00
type-mismatch-struct-field-shorthand.rs
Suggest correct cast for struct fields with shorthand syntax
2019-01-19 20:18:56 -08:00
type-mismatch-struct-field-shorthand.stderr
Suggest correct cast for struct fields with shorthand syntax
2019-01-19 20:18:56 -08:00
unused-closure-argument.rs
Suggest appropriate code for unused field when desrtucturing patttern
2019-03-02 15:16:53 -08:00
unused-closure-argument.stderr
Suggest appropriate code for unused field when desrtucturing patttern
2019-03-02 15:16:53 -08:00
use-type-argument-instead-of-assoc-type.rs
Update tests
2018-12-04 10:06:05 +01:00
use-type-argument-instead-of-assoc-type.stderr
hide --explain hint if error has no extended info
2019-04-18 13:29:28 -04:00