rust/compiler
Dylan DPC 86a4a38177
Rollup merge of #78297 - estebank:match-semicolon-2, r=oli-obk
Suggest calling await on method call and field access

When encountering a failing method or field resolution on a `Future`,
look at the `Output` and try the same operation on it. If successful,
suggest calling `.await` on the `Future`.

This had already been introduced in #72784, but at some point they
stopped working.

Built on top of #78214, only last commit is relevant.

r? @oli-obk
2020-10-28 01:21:10 +01:00
..
rustc
rustc_apfloat
rustc_arena
rustc_ast Auto merge of #77502 - varkor:const-generics-suggest-enclosing-braces, r=petrochenkov 2020-10-27 09:25:54 +00:00
rustc_ast_lowering
rustc_ast_passes
rustc_ast_pretty
rustc_attr
rustc_builtin_macros
rustc_codegen_cranelift
rustc_codegen_llvm Auto merge of #68965 - eddyb:mir-inline-scope, r=nagisa,oli-obk 2020-10-26 18:50:22 +00:00
rustc_codegen_ssa Rollup merge of #78396 - josephlr:ermsb, r=petrochenkov 2020-10-27 08:45:24 +09:00
rustc_data_structures
rustc_driver Auto merge of #77975 - bjorn3:cg_clif_subtree3, r=Mark-Simulacrum 2020-10-26 16:31:38 +00:00
rustc_error_codes Rollup merge of #78332 - PoignardAzur:doc_E0308, r=camelid 2020-10-27 08:44:54 +09:00
rustc_errors
rustc_expand
rustc_feature Add unsized_locals to INCOMPLETE_FEATURES list 2020-10-27 14:45:28 -03:00
rustc_fs_util
rustc_graphviz
rustc_hir
rustc_hir_pretty
rustc_incremental
rustc_index
rustc_infer Suggest calling await on method call and field access 2020-10-26 08:11:43 -07:00
rustc_interface Auto merge of #78227 - SergioBenitez:test-stdout-threading, r=m-ou-se 2020-10-27 11:43:18 +00:00
rustc_lexer
rustc_lint modified lint to work with MIR 2020-10-27 11:04:04 -04:00
rustc_llvm
rustc_macros
rustc_metadata
rustc_middle Auto merge of #77502 - varkor:const-generics-suggest-enclosing-braces, r=petrochenkov 2020-10-27 09:25:54 +00:00
rustc_mir Rollup merge of #78152 - spastorino:separate-unsized-locals, r=oli-obk 2020-10-28 01:21:08 +01:00
rustc_mir_build Add unsized_fn_params feature 2020-10-27 14:45:02 -03:00
rustc_parse Auto merge of #77502 - varkor:const-generics-suggest-enclosing-braces, r=petrochenkov 2020-10-27 09:25:54 +00:00
rustc_parse_format
rustc_passes
rustc_plugin_impl
rustc_privacy
rustc_query_system
rustc_resolve
rustc_save_analysis Rollup merge of #78349 - JohnTitor:issue-75962, r=davidtwco 2020-10-27 08:45:07 +09:00
rustc_serialize
rustc_session Added suggestion to function_item_references lint and fixed warning message 2020-10-27 11:04:04 -04:00
rustc_span Rollup merge of #78152 - spastorino:separate-unsized-locals, r=oli-obk 2020-10-28 01:21:08 +01:00
rustc_symbol_mangling
rustc_target
rustc_trait_selection Add unsized_fn_params feature 2020-10-27 14:45:02 -03:00
rustc_traits
rustc_ty
rustc_typeck Rollup merge of #78297 - estebank:match-semicolon-2, r=oli-obk 2020-10-28 01:21:10 +01:00