rust/src/test/ui/suggestions
Guillaume Gomez c606ed74c3
Rollup merge of #52231 - lqd:error_mesg, r=GuillaumeGomez
Fix typo in error message E0277

Fix a typo we stumbled upon by accident :)

r? @estebank
2018-07-11 10:02:00 +02:00
..
auxiliary Account for bindings with types and in crate macros 2018-06-21 12:10:53 -07:00
confuse-field-and-method add dyn to display of dynamic (trait) type names 2018-06-23 18:10:25 -07:00
as-ref.rs Suggest using as_ref on some borrow errors [hack] 2018-05-30 09:47:09 -07:00
as-ref.stderr Suggest using as_ref on some borrow errors [hack] 2018-05-30 09:47:09 -07:00
closure-immutable-outer-variable.fixed Fold rustfix tests back into the UI test suite 2018-05-04 15:01:28 -07:00
closure-immutable-outer-variable.nll.fixed Fold rustfix tests back into the UI test suite 2018-05-04 15:01:28 -07:00
closure-immutable-outer-variable.nll.stderr NLL: Updates to diagnostic output in test/ui. 2018-06-19 19:38:37 +02:00
closure-immutable-outer-variable.rs Fold rustfix tests back into the UI test suite 2018-05-04 15:01:28 -07:00
closure-immutable-outer-variable.rs.fixed First step towards rustfix compiletest mode 2018-05-04 15:01:28 -07:00
closure-immutable-outer-variable.stderr Fold rustfix tests back into the UI test suite 2018-05-04 15:01:28 -07:00
const-type-mismatch.rs Do not suggest .into() in consts 2018-03-19 11:18:35 -07:00
const-type-mismatch.stderr Do not suggest .into() in consts 2018-03-19 11:18:35 -07:00
conversion-methods.rs type error method suggestions use whitelisted identity-like conversions 2018-01-06 17:15:59 -08:00
conversion-methods.stderr update tests 2018-03-14 00:53:24 +01:00
dont-suggest-private-trait-method.rs Do not suggest private traits that have missing method 2018-01-22 08:29:24 -08:00
dont-suggest-private-trait-method.stderr update tests 2018-03-14 00:53:24 +01:00
dotdotdot-expr.rs structured suggestion and rewording for ... expression syntax error 2018-06-23 22:57:37 -07:00
dotdotdot-expr.stderr structured suggestion and rewording for ... expression syntax error 2018-06-23 22:57:37 -07: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 update tests 2018-03-14 00:53:24 +01:00
fn-closure-mutable-capture.nll.stderr NLL: Updates to diagnostic output in test/ui. 2018-06-19 19:38:37 +02:00
fn-closure-mutable-capture.rs Do not suggest to make mut binding external to Fn closure 2018-01-15 14:19:33 -08:00
fn-closure-mutable-capture.stderr update tests 2018-03-14 00:53:24 +01:00
for-c-in-str.rs For E0277 on for loops, point at first line 2018-01-23 17:05:12 -08:00
for-c-in-str.stderr update tests 2018-03-14 00:53:24 +01:00
issue-32354-suggest-import-rename.fixed suggestion applicabilities for libsyntax and librustc, run-rustfix tests 2018-05-20 14:13:25 -07:00
issue-32354-suggest-import-rename.rs suggestion applicabilities for libsyntax and librustc, run-rustfix tests 2018-05-20 14:13:25 -07:00
issue-32354-suggest-import-rename.stderr suggestion applicabilities for libsyntax and librustc, run-rustfix tests 2018-05-20 14:13:25 -07: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 update tests 2018-03-14 00:53:24 +01:00
issue-45562.fixed Fold rustfix tests back into the UI test suite 2018-05-04 15:01:28 -07:00
issue-45562.rs Fold rustfix tests back into the UI test suite 2018-05-04 15:01:28 -07:00
issue-45562.stderr Fold rustfix tests back into the UI test suite 2018-05-04 15:01:28 -07:00
issue-45799-bad-extern-crate-rename-suggestion-formatting.fixed Fold rustfix tests back into the UI test suite 2018-05-04 15:01:28 -07:00
issue-45799-bad-extern-crate-rename-suggestion-formatting.rs Fold rustfix tests back into the UI test suite 2018-05-04 15:01:28 -07:00
issue-45799-bad-extern-crate-rename-suggestion-formatting.stderr Fold rustfix tests back into the UI test suite 2018-05-04 15:01:28 -07:00
issue-46302.rs Fix incorrect type mismatch label pointing at return type 2018-06-29 10:36:32 -07:00
issue-46302.stderr Fix incorrect type mismatch label pointing at return type 2018-06-29 10:36:32 -07:00
issue-46756-consider-borrowing-cast-or-binexpr.fixed Fold rustfix tests back into the UI test suite 2018-05-04 15:01:28 -07:00
issue-46756-consider-borrowing-cast-or-binexpr.rs Fold rustfix tests back into the UI test suite 2018-05-04 15:01:28 -07:00
issue-46756-consider-borrowing-cast-or-binexpr.stderr Fold rustfix tests back into the UI test suite 2018-05-04 15:01:28 -07:00
issue-48364.rs Do not suggest changes to str literal if it isn't one 2018-07-01 20:03:35 -07:00
issue-48364.stderr Do not suggest changes to str literal if it isn't one 2018-07-01 20:03:35 -07:00
issue-51515.rs Fix issue #51515 and update test 2018-07-09 13:33:57 -07:00
issue-51515.stderr Fix issue #51515 and update test 2018-07-09 13:33:57 -07:00
issue-52049.nll.stderr Added UI testcases for #52049 2018-07-07 15:51:50 +05:30
issue-52049.rs Added UI testcases for #52049 2018-07-07 15:51:50 +05:30
issue-52049.stderr Added UI testcases for #52049 2018-07-07 15:51:50 +05:30
method-on-ambiguous-numeric-type.rs Account for bindings with types and in crate macros 2018-06-21 12:10:53 -07:00
method-on-ambiguous-numeric-type.stderr Account for bindings with types and in crate macros 2018-06-21 12:10:53 -07:00
missing-comma-in-match.fixed Fold rustfix tests back into the UI test suite 2018-05-04 15:01:28 -07:00
missing-comma-in-match.rs Fold rustfix tests back into the UI test suite 2018-05-04 15:01:28 -07:00
missing-comma-in-match.stderr Fold rustfix tests back into the UI test suite 2018-05-04 15:01:28 -07:00
numeric-cast-2.rs Only suggest casting numeric types using into() 2018-01-14 22:46:24 -08:00
numeric-cast-2.stderr update tests 2018-03-14 00:53:24 +01:00
numeric-cast.rs Fix into() cast paren check precedence 2018-01-24 20:31:36 +11:00
numeric-cast.stderr update tests 2018-03-14 00:53:24 +01:00
placement-syntax.rs Suggest correct comparison against negative literal 2018-06-28 14:58:54 -07:00
placement-syntax.stderr Suggest correct comparison against negative literal 2018-06-28 14:58:54 -07: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 Update UI tests 2018-02-26 20:24:42 +03: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 suggestion applicabilities for libsyntax and librustc, run-rustfix tests 2018-05-20 14:13:25 -07: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 suggestion applicabilities for libsyntax and librustc, run-rustfix tests 2018-05-20 14:13:25 -07:00
pub-ident-fn.fixed suggestion applicabilities for libsyntax and librustc, run-rustfix tests 2018-05-20 14:13:25 -07:00
pub-ident-fn.rs suggestion applicabilities for libsyntax and librustc, run-rustfix tests 2018-05-20 14:13:25 -07:00
pub-ident-fn.stderr suggestion applicabilities for libsyntax and librustc, run-rustfix tests 2018-05-20 14:13:25 -07:00
pub-ident-struct.rs Add inline compile-fail markers to tests 2017-11-25 06:26:46 -08:00
pub-ident-struct.stderr Update UI tests 2018-02-26 20:24:42 +03:00
removing-extern-crate.fixed merge UNNECESSARY_EXTERN_CRATE and UNUSED_EXTERN_CRATES 2018-06-01 11:00:18 -04:00
removing-extern-crate.rs rustc: Include semicolon when removing extern crate 2018-05-11 12:44:00 -07:00
removing-extern-crate.stderr rework to report errors from crates in a consistent order 2018-06-01 11:00:18 -04:00
repr.rs Expand output and suggestions, fix tests 2018-06-06 12:31:43 -07:00
repr.stderr Use consistent span for repr attr suggestion 2018-06-06 17:36:28 -07:00
return-type.rs Resolve type on return type suggestion 2017-12-09 15:19:39 -08:00
return-type.stderr update tests 2018-03-14 00:53:24 +01:00
str-array-assignment.rs Fix typo in error message E0277 2018-07-10 23:10:13 +02:00
str-array-assignment.stderr Fix typo in error message E0277 2018-07-10 23:10:13 +02:00
str-as-char.fixed Fold rustfix tests back into the UI test suite 2018-05-04 15:01:28 -07:00
str-as-char.rs Fold rustfix tests back into the UI test suite 2018-05-04 15:01:28 -07:00
str-as-char.stderr Fold rustfix tests back into the UI test suite 2018-05-04 15:01:28 -07:00
suggest-labels.rs Reimplement unused_labels lint as a compiler builtin in the resolver 2018-05-18 16:57:15 -07:00
suggest-labels.stderr update tests 2018-03-14 00:53:24 +01:00
suggest-methods.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
suggest-methods.stderr update tests 2018-03-14 00:53:24 +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 Explicitly mention Option in ? error message. 2018-03-28 13:04:44 +02:00
try-operator-on-main.rs Add 'ignore-cloudabi' to tests that don't and won't build on CloudABI. 2018-01-02 14:11:41 +01:00
try-operator-on-main.stderr Explicitly mention Option in ? error message. 2018-03-28 13:04:44 +02:00
tuple-float-index.fixed Fold rustfix tests back into the UI test suite 2018-05-04 15:01:28 -07:00
tuple-float-index.rs Fold rustfix tests back into the UI test suite 2018-05-04 15:01:28 -07:00
tuple-float-index.stderr Fold rustfix tests back into the UI test suite 2018-05-04 15:01:28 -07: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 update tests 2018-03-14 00:53:24 +01: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 suggestion applicabilities for libsyntax and librustc, run-rustfix tests 2018-05-20 14:13:25 -07: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 update tests 2018-03-14 00:53:24 +01:00