rust/src/test/ui/suggestions
Ariel Ben-Yehuda 02b3ae63e2 enable desugaring-sensitive error messages and use them in Try
Maybe I should allow error messages to check the *specific* desugaring?
Thanks @huntiep for the idea!
2017-09-03 13:10:54 +03:00
..
confuse-field-and-method
issue-43420-no-over-suggest.rs Check the substituted return type in return type suggestions. 2017-08-29 19:45:32 +03:00
issue-43420-no-over-suggest.stderr Check the substituted return type in return type suggestions. 2017-08-29 19:45:32 +03:00
try-operator-on-main.rs enable desugaring-sensitive error messages and use them in Try 2017-09-03 13:10:54 +03:00
try-operator-on-main.stderr enable desugaring-sensitive error messages and use them in Try 2017-09-03 13:10:54 +03:00
tuple-float-index.rs
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