]> git.lizzy.rs Git - rust.git/commit
Migrate all diagnostics
authorNilstrieb <48135649+Nilstrieb@users.noreply.github.com>
Sat, 22 Oct 2022 09:07:54 +0000 (11:07 +0200)
committerNilstrieb <48135649+Nilstrieb@users.noreply.github.com>
Sun, 23 Oct 2022 08:09:44 +0000 (10:09 +0200)
commitc65ebae2216119d23d88bbfea78192a3d950c4f3
treeec31f70d90cc6b92efda45411bcd5acd4fddf56c
parent2459569776b47e714f982a9421fb17f73ee2e061
Migrate all diagnostics
58 files changed:
compiler/rustc_ast_lowering/src/errors.rs
compiler/rustc_ast_passes/src/ast_validation.rs
compiler/rustc_ast_passes/src/errors.rs
compiler/rustc_attr/src/session_diagnostics.rs
compiler/rustc_borrowck/src/session_diagnostics.rs
compiler/rustc_builtin_macros/src/cfg.rs
compiler/rustc_codegen_gcc/src/errors.rs
compiler/rustc_codegen_ssa/src/errors.rs
compiler/rustc_const_eval/src/errors.rs
compiler/rustc_driver/src/session_diagnostics.rs
compiler/rustc_errors/src/diagnostic_impls.rs
compiler/rustc_expand/src/errors.rs
compiler/rustc_expand/src/mbe/macro_rules.rs
compiler/rustc_hir_analysis/src/errors.rs
compiler/rustc_hir_typeck/src/errors.rs
compiler/rustc_infer/src/errors/mod.rs
compiler/rustc_infer/src/errors/note_and_explain.rs
compiler/rustc_infer/src/infer/error_reporting/note.rs
compiler/rustc_interface/src/errors.rs
compiler/rustc_lint/src/array_into_iter.rs
compiler/rustc_lint/src/builtin.rs
compiler/rustc_lint/src/enum_intrinsics_non_enums.rs
compiler/rustc_lint/src/errors.rs
compiler/rustc_lint/src/expect.rs
compiler/rustc_lint/src/hidden_unicode_codepoints.rs
compiler/rustc_lint/src/internal.rs
compiler/rustc_lint/src/methods.rs
compiler/rustc_lint/src/non_ascii_idents.rs
compiler/rustc_lint/src/non_fmt_panic.rs
compiler/rustc_lint/src/nonstandard_style.rs
compiler/rustc_lint/src/noop_method_call.rs
compiler/rustc_lint/src/opaque_hidden_inferred_bound.rs
compiler/rustc_lint/src/pass_by_value.rs
compiler/rustc_lint/src/redundant_semicolon.rs
compiler/rustc_lint/src/traits.rs
compiler/rustc_lint/src/types.rs
compiler/rustc_lint/src/unused.rs
compiler/rustc_macros/src/diagnostics/diagnostic.rs
compiler/rustc_macros/src/diagnostics/mod.rs
compiler/rustc_metadata/src/errors.rs
compiler/rustc_middle/src/error.rs
compiler/rustc_middle/src/ty/diagnostics.rs
compiler/rustc_middle/src/ty/layout.rs
compiler/rustc_mir_dataflow/src/errors.rs
compiler/rustc_monomorphize/src/errors.rs
compiler/rustc_parse/src/errors.rs
compiler/rustc_parse/src/parser/attr.rs
compiler/rustc_parse/src/parser/diagnostics.rs
compiler/rustc_passes/src/check_attr.rs
compiler/rustc_passes/src/errors.rs
compiler/rustc_plugin_impl/src/errors.rs
compiler/rustc_privacy/src/errors.rs
compiler/rustc_query_system/src/error.rs
compiler/rustc_save_analysis/src/errors.rs
compiler/rustc_session/src/errors.rs
compiler/rustc_symbol_mangling/src/errors.rs
compiler/rustc_trait_selection/src/errors.rs
compiler/rustc_ty_utils/src/errors.rs