rust/compiler
Matthias Krüger 469faa2b66
Rollup merge of #90901 - rukai:improve_manuallydrop_help, r=estebank
Improve ManuallyDrop suggestion

closes https://github.com/rust-lang/rust/issues/90585
* Fixes the recommended change to use ManuallyDrop as per the issue
* Changes the note to a help
* improves the span so it only points at the type.
2021-11-17 15:58:06 +01:00
..
rustc
rustc_apfloat
rustc_arena Remove DropArena. 2021-11-15 18:33:43 +11:00
rustc_ast Auto merge of #89316 - asquared31415:multiple-clobber-abi, r=Amanieu 2021-11-12 16:29:25 +00:00
rustc_ast_lowering
rustc_ast_passes rustc_feature: Convert BuiltinAttribute from tuple to a struct 2021-11-12 20:15:14 +08:00
rustc_ast_pretty
rustc_attr
rustc_borrowck Rollup merge of #90801 - b-naber:missing_normalization_equate_inputs_output, r=jackh726 2021-11-16 15:59:39 +09:00
rustc_builtin_macros Stabilize format_args_capture 2021-11-15 10:14:29 +01:00
rustc_codegen_cranelift
rustc_codegen_gcc Remove workaround for the forward progress handling in LLVM 2021-11-14 16:35:09 +01:00
rustc_codegen_llvm Remove workaround for the forward progress handling in LLVM 2021-11-14 16:35:09 +01:00
rustc_codegen_ssa Rollup merge of #90900 - andjo403:removeLlvm12Check, r=nikic 2021-11-17 15:58:05 +01:00
rustc_const_eval Rollup merge of #90892 - RalfJung:miri-partial-ptr-copy, r=oli-obk 2021-11-16 09:14:22 +09:00
rustc_data_structures
rustc_driver
rustc_error_codes
rustc_errors Stabilize format_args_capture 2021-11-15 10:14:29 +01:00
rustc_expand Stabilize format_args_capture 2021-11-15 10:14:29 +01:00
rustc_feature Alphabetize language features 2021-11-15 21:33:39 -05:00
rustc_fs_util
rustc_graphviz
rustc_hir Auto merge of #90919 - nnethercote:rm-DropArena, r=Mark-Simulacrum 2021-11-16 11:48:37 +00:00
rustc_hir_pretty
rustc_incremental
rustc_index Generate documentation in rustc rustc_index::newtype_index macro 2021-11-13 18:50:29 -06:00
rustc_infer Rollup merge of #90884 - Nilstrieb:fix-span-trivial-trait-bound, r=estebank 2021-11-17 15:58:04 +01:00
rustc_interface Stabilize -Z strip as -C strip 2021-11-15 10:21:02 +01:00
rustc_lexer
rustc_lint Stabilize format_args_capture 2021-11-15 10:14:29 +01:00
rustc_lint_defs
rustc_llvm
rustc_macros
rustc_metadata
rustc_middle Auto merge of #90919 - nnethercote:rm-DropArena, r=Mark-Simulacrum 2021-11-16 11:48:37 +00:00
rustc_mir_build Rollup merge of #90925 - krasimirgg:rustc_mir_build_fix, r=petrochenkov 2021-11-16 15:59:42 +09:00
rustc_mir_dataflow Use associated_item_def_ids more 2021-11-11 23:15:57 +00:00
rustc_mir_transform
rustc_monomorphize
rustc_parse Inline printable function 2021-11-16 08:06:31 +00:00
rustc_parse_format
rustc_passes Rollup merge of #89610 - guswynn:must_use_future, r=wesleywiser 2021-11-17 15:57:56 +01:00
rustc_plugin_impl
rustc_privacy
rustc_query_impl
rustc_query_system
rustc_resolve Stabilize format_args_capture 2021-11-15 10:14:29 +01:00
rustc_save_analysis
rustc_serialize
rustc_session Stabilize -Z strip as -C strip 2021-11-15 10:21:02 +01:00
rustc_span
rustc_symbol_mangling
rustc_target Android is not GNU 2021-11-12 09:09:08 -08:00
rustc_trait_selection Rollup merge of #90884 - Nilstrieb:fix-span-trivial-trait-bound, r=estebank 2021-11-17 15:58:04 +01:00
rustc_traits
rustc_ty_utils Recurse through query system when checking ADT drop types, hopefully improving perf 2021-11-13 14:47:17 -05:00
rustc_type_ir
rustc_typeck Rollup merge of #90901 - rukai:improve_manuallydrop_help, r=estebank 2021-11-17 15:58:06 +01:00