rust/src/test/ui/suggestions
Vadim Petrochenkov fa72a81bea Update tests
2019-03-11 23:10:26 +03:00
..
auxiliary Remove licenses 2018-12-25 21:08:33 -07: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
attribute-typos.rs add typo suggestion to unknown attribute error 2019-01-27 21:56:50 -05:00
attribute-typos.stderr Update tests 2019-03-11 23:10:26 +03: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
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
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
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 Update tests 2019-03-11 23:10:26 +03:00
suggest-methods.rs Remove licenses 2018-12-25 21:08:33 -07:00
suggest-methods.stderr Update tests 2019-03-11 23:10:26 +03:00
suggest-move-lifetimes.rs Update ui tests 2018-12-04 10:06:05 +01:00
suggest-move-lifetimes.stderr Update tests 2019-03-11 23:10:26 +03: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-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 Remove licenses 2018-12-25 21:08:33 -07: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-variants.rs Update tests 2018-12-04 10:06:05 +01:00
suggest-variants.stderr Update tests 2019-03-11 23:10:26 +03: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 Suggest correct cast for struct fields with shorthand syntax 2019-01-19 20:18:56 -08: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 Update tests 2018-12-04 10:06:05 +01:00