rust/src/test/ui/suggestions
2018-01-04 15:28:21 -08:00
..
auxiliary Fix help for duplicated names: extern crate (...) as (...) 2017-11-08 10:36:14 -08:00
confuse-field-and-method Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
closure-immutable-outer-variable.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
closure-immutable-outer-variable.stderr Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
dont-suggest-dereference-on-arg.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
dont-suggest-dereference-on-arg.stderr Fix test 2017-11-25 10:15:36 -08:00
extern-crate-rename.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
extern-crate-rename.stderr Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
issue-32354-suggest-import-rename.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
issue-32354-suggest-import-rename.stderr Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
issue-43420-no-over-suggest.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
issue-43420-no-over-suggest.stderr Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
issue-46756-consider-borrowing-cast-or-binexpr.rs in which suggestions to borrow casts or binary expressions are rectified 2017-12-15 23:26:00 -08:00
issue-46756-consider-borrowing-cast-or-binexpr.stderr in which suggestions to borrow casts or binary expressions are rectified 2017-12-15 23:26:00 -08:00
method-on-ambiguous-numeric-type.rs Do not use casting for suggestion to add type to numeric literal 2018-01-04 15:28:21 -08:00
method-on-ambiguous-numeric-type.stderr Do not use casting for suggestion to add type to numeric literal 2018-01-04 15:28:21 -08: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
return-type.rs Resolve type on return type suggestion 2017-12-09 15:19:39 -08:00
return-type.stderr Resolve type on return type suggestion 2017-12-09 15:19:39 -08:00
str-array-assignment.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
str-array-assignment.stderr Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
str-as-char.rs When attempting to write str with single quote suggest double quotes 2017-12-14 22:51:42 -08:00
str-as-char.stderr When attempting to write str with single quote suggest double quotes 2017-12-14 22:51:42 -08:00
suggest-labels.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
suggest-labels.stderr Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
suggest-methods.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
suggest-methods.stderr Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
try-on-option.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
try-on-option.stderr Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
try-operator-on-main.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
try-operator-on-main.stderr Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
tuple-float-index.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
tuple-float-index.stderr Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
type-ascription-instead-of-initializer.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
type-ascription-instead-of-initializer.stderr Point at whole method call instead of args 2017-12-10 13:37:12 -08:00
type-ascription-instead-of-statement-end.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
type-ascription-instead-of-statement-end.stderr Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
type-ascription-with-fn-call.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
type-ascription-with-fn-call.stderr Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00