rust/src/test/ui/suggestions
2019-07-25 10:11:03 -07:00
..
auxiliary
dont-suggest-ref Remove asterisk suggestion for move errors in borrowck 2019-06-04 13:31:40 -04:00
as-ref.rs
as-ref.stderr
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
assoc-type-in-method-return.rs Suggest assoc type on type not found in trait method definition 2019-07-13 21:17:38 -07:00
assoc-type-in-method-return.stderr Suggest assoc type on type not found in trait method definition 2019-07-13 21:17:38 -07:00
attribute-typos.rs resolve: Use feature(custom_attribute) fallback only if the feature is enabled 2019-07-18 13:42:45 +03:00
attribute-typos.stderr resolve: Visit all scopes to collect suggestion candidates for unresolved macros 2019-07-18 13:42:45 +03: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 Suggest borrowing for loop head on move error 2019-05-24 18:23:43 -07: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
format-borrow.stderr
impl-trait-return-trailing-semicolon.rs
impl-trait-return-trailing-semicolon.stderr
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-21673.rs Suggest trait bound on type parameter when it is unconstrained 2019-07-18 11:50:50 -07:00
issue-21673.stderr Suggest trait bound on type parameter when it is unconstrained 2019-07-18 11:50:50 -07:00
issue-51055-missing-semicolon-between-call-and-tuple.rs
issue-51055-missing-semicolon-between-call-and-tuple.stderr
issue-52820.rs Account for short-hand init structs when suggesting conversion 2019-05-26 11:39:48 -07:00
issue-52820.stderr Account for short-hand init structs when suggesting conversion 2019-05-26 11:39:48 -07:00
issue-57672.rs Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09: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
issue-62843.rs Add note suggesting to borrow a String argument to find 2019-07-25 10:11:03 -07:00
issue-62843.stderr Add note suggesting to borrow a String argument to find 2019-07-25 10:11:03 -07:00
match-ergonomics.rs Add if let test 2019-04-29 20:58:29 -07:00
match-ergonomics.stderr review comments: change wording 2019-04-30 10:59:30 -07:00
mut-ref-reassignment.rs Add regression test for negative case 2019-05-23 10:32:01 -07:00
mut-ref-reassignment.stderr Add regression test for negative case 2019-05-23 10:32:01 -07:00
no-extern-crate-in-type.rs
no-extern-crate-in-type.stderr
option-content-move.fixed Update tests for changes to cannot move errors 2019-06-03 14:55:29 +01:00
option-content-move.rs Update tests for changes to cannot move errors 2019-06-03 14:55:29 +01:00
option-content-move.stderr Update tests for changes to cannot move errors 2019-06-03 14:55:29 +01:00
path-by-value.rs
path-by-value.stderr
path-display.rs
path-display.stderr
recover-from-semicolon-trailing-item.rs
recover-from-semicolon-trailing-item.stderr
recover-invalid-float.fixed Suggest try_into when possible 2019-04-29 14:38:26 -07:00
recover-invalid-float.rs Suggest try_into when possible 2019-04-29 14:38:26 -07:00
recover-invalid-float.stderr Suggest try_into when possible 2019-04-29 14:38:26 -07:00
return-without-lifetime.rs
return-without-lifetime.stderr
suggest-impl-trait-lifetime.fixed
suggest-impl-trait-lifetime.nll.stderr Change compare mode to use -Zborrowck=mir 2019-05-12 18:46:43 +01:00
suggest-impl-trait-lifetime.rs
suggest-impl-trait-lifetime.stderr
suggest-labels.rs
suggest-labels.stderr tweak unresolved label suggestion 2019-04-04 10:04:48 -04:00
suggest-methods.rs
suggest-methods.stderr improve unknown enum variant errors 2019-04-09 14:19:20 -04:00
suggest-move-lifetimes.rs
suggest-move-lifetimes.stderr Only mention const generics if enabled. 2019-03-31 00:14:21 +01:00
suggest-move-types.rs
suggest-move-types.stderr
suggest-on-bare-closure-call.rs
suggest-on-bare-closure-call.stderr
suggest-private-fields.rs
suggest-private-fields.stderr
suggest-ref-mut.rs Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
suggest-ref-mut.stderr Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
suggest-remove-refs-1.rs
suggest-remove-refs-1.stderr
suggest-remove-refs-2.rs
suggest-remove-refs-2.stderr
suggest-remove-refs-3.rs
suggest-remove-refs-3.stderr
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 Tweak span for variant not found error 2019-07-19 19:25:03 -07: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 Handle more cases of typos misinterpreted as type ascription 2019-07-19 10:56:37 -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 Handle more cases of typos misinterpreted as type ascription 2019-07-19 10:56:37 -07:00
type-mismatch-struct-field-shorthand-2.rs
type-mismatch-struct-field-shorthand-2.stderr Suggest try_into when possible 2019-04-29 14:38:26 -07:00
type-mismatch-struct-field-shorthand.fixed
type-mismatch-struct-field-shorthand.rs
type-mismatch-struct-field-shorthand.stderr Suggest try_into when possible 2019-04-29 14:38:26 -07:00
unused-closure-argument.rs
unused-closure-argument.stderr
use-type-argument-instead-of-assoc-type.rs Update ui test suite to use dyn 2019-05-29 00:57:31 -04:00
use-type-argument-instead-of-assoc-type.stderr Update ui test suite to use dyn 2019-05-29 00:57:31 -04:00