rust/src/test/ui/suggestions
varkor 455d659e91 Update tests
Co-Authored-By: Gabriel Smith <yodaldevoid@users.noreply.github.com>
2019-02-07 15:02:17 +01:00
..
auxiliary Remove licenses 2018-12-25 21:08:33 -07:00
dont-suggest-ref Remove licenses 2018-12-25 21:08:33 -07:00
as-ref.rs Suggest .as_ref() when appropriate for Option and Result 2018-12-28 11:16:23 -08:00
as-ref.stderr Suggest .as_ref() when appropriate for Option and Result 2018-12-28 11:16:23 -08:00
attribute-typos.rs add typo suggestion to unknown attribute error 2019-01-27 21:56:50 -05:00
attribute-typos.stderr add typo suggestion to unknown attribute error 2019-01-27 21:56:50 -05: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 in which the E0618 "expected function" diagnostic gets a makeover 2018-11-10 22:12:33 -08: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 Remove licenses 2018-12-25 21:08:33 -07:00
suggest-methods.rs Remove licenses 2018-12-25 21:08:33 -07:00
suggest-methods.stderr Use structured suggestion in stead of notes 2019-01-20 21:41:25 -08:00
suggest-move-lifetimes.rs Update ui tests 2018-12-04 10:06:05 +01:00
suggest-move-lifetimes.stderr Update tests 2019-02-07 15:02:17 +01:00
suggest-move-types.rs Update tests 2019-02-07 15:02:17 +01:00
suggest-move-types.stderr Update tests 2019-02-07 15:02:17 +01: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 2018-12-04 10:06:05 +01: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
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