rust/src/test/ui/suggestions
Esteban Küber 48fa974211 Suggest correct syntax when writing type arg instead of assoc type
When confusing an associated type with a type argument, suggest the
appropriate syntax.

Given `Iterator<isize>`, suggest `Iterator<Item = isize>`.
2018-11-22 14:14:27 -08:00
..
auxiliary Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
dont-suggest-ref Split tests more and bless them again 2018-08-15 22:36: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 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 Custom E0277 diagnostic for Path 2018-10-10 17:30:10 -07:00
suggest-labels.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
suggest-labels.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
suggest-methods.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
suggest-methods.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
suggest-private-fields.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
suggest-private-fields.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
suggest-ref-mut.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
suggest-ref-mut.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
suggest-remove-refs-1.rs Reword rustc_on_unimplemented errors for Iterator 2018-10-09 18:53:53 -07:00
suggest-remove-refs-1.stderr Reword rustc_on_unimplemented errors for Iterator 2018-10-09 18:53:53 -07:00
suggest-remove-refs-2.rs Reword rustc_on_unimplemented errors for Iterator 2018-10-09 18:53:53 -07:00
suggest-remove-refs-2.stderr Reword rustc_on_unimplemented errors for Iterator 2018-10-09 18:53:53 -07:00
suggest-remove-refs-3.rs Reword rustc_on_unimplemented errors for Iterator 2018-10-09 18:53:53 -07:00
suggest-remove-refs-3.stderr Reword rustc_on_unimplemented errors for Iterator 2018-10-09 18:53:53 -07:00
use-type-argument-instead-of-assoc-type.rs Suggest correct syntax when writing type arg instead of assoc type 2018-11-22 14:14:27 -08:00
use-type-argument-instead-of-assoc-type.stderr Suggest correct syntax when writing type arg instead of assoc type 2018-11-22 14:14:27 -08:00