rust/compiler
Matthew Jasper f46eabb9e5 Report nicer lifetime errors for specialization
Add an obligation cause for these error so that the error points to the
implementations that caused the error.
2023-05-05 22:19:56 +01:00
..
rustc
rustc_abi
rustc_apfloat
rustc_arena
rustc_ast
rustc_ast_lowering
rustc_ast_passes
rustc_ast_pretty
rustc_attr
rustc_baked_icu_data
rustc_borrowck Rollup merge of #111132 - lcnr:nll-generalize, r=b-naber 2023-05-05 12:46:27 +09:00
rustc_builtin_macros
rustc_codegen_cranelift
rustc_codegen_gcc
rustc_codegen_llvm
rustc_codegen_ssa Rollup merge of #110826 - cjgillot:place-mention-use, r=JakobDegen,lcnr 2023-05-04 19:18:19 +02:00
rustc_const_eval
rustc_data_structures Disallow (min) specialization imps with no items 2023-05-05 16:19:18 +01:00
rustc_driver
rustc_driver_impl
rustc_error_codes
rustc_error_messages
rustc_errors
rustc_expand Auto merge of #111014 - klensy:no-rc, r=WaffleLapkin 2023-05-04 20:49:23 +00:00
rustc_feature
rustc_fluent_macro
rustc_fs_util
rustc_graphviz
rustc_hir
rustc_hir_analysis Report nicer lifetime errors for specialization 2023-05-05 22:19:56 +01:00
rustc_hir_pretty
rustc_hir_typeck check array type of repeat exprs is wf 2023-05-04 11:22:40 +01:00
rustc_incremental
rustc_index
rustc_infer Rollup merge of #111132 - lcnr:nll-generalize, r=b-naber 2023-05-05 12:46:27 +09:00
rustc_interface
rustc_lexer
rustc_lint
rustc_lint_defs
rustc_llvm
rustc_log
rustc_macros
rustc_metadata Rollup merge of #111173 - nnethercote:still-more-Encoder-cleanups, r=cjgillot 2023-05-05 12:46:27 +09:00
rustc_middle Disallow (min) specialization imps with no items 2023-05-05 16:19:18 +01:00
rustc_mir_build
rustc_mir_dataflow
rustc_mir_transform Reject borrows of projections in ConstProp. 2023-05-04 21:51:44 +00:00
rustc_monomorphize
rustc_parse
rustc_parse_format
rustc_passes Auto merge of #111014 - klensy:no-rc, r=WaffleLapkin 2023-05-04 20:49:23 +00:00
rustc_plugin_impl
rustc_privacy
rustc_query_impl
rustc_query_system
rustc_resolve Rollup merge of #110982 - cjgillot:elided-self-const, r=petrochenkov 2023-05-04 19:18:20 +02:00
rustc_serialize
rustc_session
rustc_smir
rustc_span Auto merge of #111014 - klensy:no-rc, r=WaffleLapkin 2023-05-04 20:49:23 +00:00
rustc_symbol_mangling
rustc_target
rustc_trait_selection Report nicer lifetime errors for specialization 2023-05-05 22:19:56 +01:00
rustc_traits
rustc_transmute
rustc_ty_utils
rustc_type_ir