rust/compiler
Esteban Küber 09f16b596d Avoid ICE in trait without dyn lint
Do not attempt to provide an accurate suggestion for `impl Trait`
in bare trait types when linting. Instead, only do the object
safety check when an E0782 is already going to be emitted in the
2021 edition.

Fix #120241.
2024-01-29 18:33:52 +00:00
..
rustc
rustc_abi
rustc_arena
rustc_ast
rustc_ast_lowering Stop using String for error codes. 2024-01-29 07:41:41 +11:00
rustc_ast_passes Stop using String for error codes. 2024-01-29 07:41:41 +11:00
rustc_ast_pretty
rustc_attr Stop using String for error codes. 2024-01-29 07:41:41 +11:00
rustc_baked_icu_data
rustc_borrowck Stop using String for error codes. 2024-01-29 07:41:41 +11:00
rustc_builtin_macros Stop using String for error codes. 2024-01-29 07:41:41 +11:00
rustc_codegen_cranelift
rustc_codegen_gcc
rustc_codegen_llvm Auto merge of #120062 - davidtwco:llvm-data-layout-check, r=wesleywiser 2024-01-27 12:19:41 +00:00
rustc_codegen_ssa Stop using String for error codes. 2024-01-29 07:41:41 +11:00
rustc_const_eval Stop using String for error codes. 2024-01-29 07:41:41 +11:00
rustc_data_structures
rustc_driver
rustc_driver_impl Stop using String for error codes. 2024-01-29 07:41:41 +11:00
rustc_error_codes Stop using String for error codes. 2024-01-29 07:41:41 +11:00
rustc_error_messages
rustc_errors Stop using String for error codes. 2024-01-29 07:41:41 +11:00
rustc_expand Stop using String for error codes. 2024-01-29 07:41:41 +11:00
rustc_feature
rustc_fluent_macro
rustc_fs_util
rustc_graphviz
rustc_hir
rustc_hir_analysis Avoid ICE in trait without dyn lint 2024-01-29 18:33:52 +00:00
rustc_hir_pretty
rustc_hir_typeck Auto merge of #120165 - reitermarkus:nonzero-switch-alias-direction, r=dtolnay 2024-01-29 08:52:13 +00:00
rustc_incremental
rustc_index Auto merge of #120024 - Mark-Simulacrum:fast-union-merge, r=cjgillot 2024-01-27 22:26:37 +00:00
rustc_index_macros
rustc_infer Stop using String for error codes. 2024-01-29 07:41:41 +11:00
rustc_interface
rustc_lexer
rustc_lint Stop using String for error codes. 2024-01-29 07:41:41 +11:00
rustc_lint_defs
rustc_llvm
rustc_log
rustc_macros Stop using String for error codes. 2024-01-29 07:41:41 +11:00
rustc_metadata Stop using String for error codes. 2024-01-29 07:41:41 +11:00
rustc_middle Stop using String for error codes. 2024-01-29 07:41:41 +11:00
rustc_mir_build Stop using String for error codes. 2024-01-29 07:41:41 +11:00
rustc_mir_dataflow
rustc_mir_transform Stop using String for error codes. 2024-01-29 07:41:41 +11:00
rustc_monomorphize
rustc_next_trait_solver
rustc_parse Stop using String for error codes. 2024-01-29 07:41:41 +11:00
rustc_parse_format
rustc_passes Stop using String for error codes. 2024-01-29 07:41:41 +11:00
rustc_pattern_analysis
rustc_privacy Stop using String for error codes. 2024-01-29 07:41:41 +11:00
rustc_query_impl
rustc_query_system Stop using String for error codes. 2024-01-29 07:41:41 +11:00
rustc_resolve Stop using String for error codes. 2024-01-29 07:41:41 +11:00
rustc_serialize
rustc_session Stop using String for error codes. 2024-01-29 07:41:41 +11:00
rustc_smir
rustc_span Add NonZero symbol. 2024-01-27 16:38:57 +01:00
rustc_symbol_mangling Auto merge of #118636 - h1467792822:dev, r=michaelwoerister 2024-01-27 02:32:30 +00:00
rustc_target
rustc_trait_selection Stop using String for error codes. 2024-01-29 07:41:41 +11:00
rustc_traits
rustc_transmute
rustc_ty_utils Stop using String for error codes. 2024-01-29 07:41:41 +11:00
rustc_type_ir
stable_mir