rust/src/test/ui/suggestions
bors afe145d227 Auto merge of #43096 - estebank:ascription-help, r=nikomatsakis
Point at `:` when using it instead of `;`

When triggering type ascription in such a way that we can infer a
statement end was intended, add a suggestion for the change. Always
point out the reason for the expectation of a type is due to type
ascription.

Fix #42057, #41928.
2017-07-23 20:56:20 +00:00
..
confuse-field-and-method Revert "Change error count messages" 2017-07-02 13:49:30 +03:00
try-operator-on-main.rs Add rustc_on_unimplemented message to std::ops::Try 2017-07-05 22:28:35 -07:00
try-operator-on-main.stderr Add rustc_on_unimplemented message to std::ops::Try 2017-07-05 22:28:35 -07:00
tuple-float-index.rs Use proper span for tuple index parsed as float 2017-04-05 09:55:56 -07:00
tuple-float-index.stderr Change some helps to suggestions 2017-07-17 10:03:37 +02:00
type-ascription-instead-of-statement-end.rs Point at : when using it instead of ; 2017-07-16 11:49:10 -07:00
type-ascription-instead-of-statement-end.stderr Add flag to hide code on inline suggestions 2017-07-17 09:27:51 -07:00
type-ascription-with-fn-call.rs Handle type ascription cases with a method call instead of a type 2017-07-18 13:33:36 -07:00
type-ascription-with-fn-call.stderr Handle type ascription cases with a method call instead of a type 2017-07-18 13:33:36 -07:00