rust/src/test/ui/suggestions
2017-11-25 06:26:46 -08:00
..
auxiliary Fix help for duplicated names: extern crate (...) as (...) 2017-11-08 10:36:14 -08:00
confuse-field-and-method Revert "Change error count messages" 2017-07-02 13:49:30 +03:00
closure-immutable-outer-variable.rs Point at immutable outer variable 2017-10-11 15:56:22 -07:00
closure-immutable-outer-variable.stderr Point at immutable outer variable 2017-10-11 15:56:22 -07:00
extern-crate-rename.rs Fix help for duplicated names: extern crate (...) as (...) 2017-11-08 10:36:14 -08:00
extern-crate-rename.stderr Fix help for duplicated names: extern crate (...) as (...) 2017-11-08 10:36:14 -08:00
issue-32354-suggest-import-rename.rs Add UI test 2017-10-31 19:35:51 -04:00
issue-32354-suggest-import-rename.stderr Add UI test 2017-10-31 19:35:51 -04:00
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
pub-ident-fn-2.rs Add inline compile-fail markers to tests 2017-11-25 06:26:46 -08:00
pub-ident-fn-2.stderr Suggest macro call when not sure that it is fn definition 2017-11-24 07:34:32 -08:00
pub-ident-fn-or-struct-2.rs Add inline compile-fail markers to tests 2017-11-25 06:26:46 -08:00
pub-ident-fn-or-struct-2.stderr Suggest macro call when not sure that it is fn definition 2017-11-24 07:34:32 -08:00
pub-ident-fn-or-struct.rs Add inline compile-fail markers to tests 2017-11-25 06:26:46 -08:00
pub-ident-fn-or-struct.stderr Suggest macro call when not sure that it is fn definition 2017-11-24 07:34:32 -08:00
pub-ident-fn.rs Add inline compile-fail markers to tests 2017-11-25 06:26:46 -08:00
pub-ident-fn.stderr Suggest macro call when not sure that it is fn definition 2017-11-24 07:34:32 -08:00
pub-ident-struct.rs Add inline compile-fail markers to tests 2017-11-25 06:26:46 -08:00
pub-ident-struct.stderr Suggest macro call when not sure that it is fn definition 2017-11-24 07:34:32 -08:00
suggest-labels.rs Add suggestions for misspelled labels 2017-10-10 17:22:14 +02:00
suggest-labels.stderr Add suggestions for misspelled labels 2017-10-10 17:22:14 +02:00
suggest-methods.rs Change Levensthein-based method to a single suggestion 2017-09-24 20:00:02 +02:00
suggest-methods.stderr Change Levensthein-based method to a single suggestion 2017-09-24 20:00:02 +02:00
try-on-option.rs Add UI tests 2017-09-27 17:57:18 -04:00
try-on-option.stderr Add UI tests 2017-09-27 17:57:18 -04:00
try-operator-on-main.rs add error message for the other case too 2017-09-03 13:10:54 +03:00
try-operator-on-main.stderr add error message for the other case too 2017-09-03 13:10:54 +03: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-initializer.rs Detect = -> : typo in let bindings 2017-11-03 17:39:16 -07:00
type-ascription-instead-of-initializer.stderr Detect = -> : typo in let bindings 2017-11-03 17:39:16 -07: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