]> git.lizzy.rs Git - rust.git/commit
Use &mut Diagnostic instead of &mut DiagnosticBuilder unless needed
authorMichael Goulet <michael@errs.io>
Wed, 10 Aug 2022 03:39:41 +0000 (03:39 +0000)
committerMichael Goulet <michael@errs.io>
Wed, 10 Aug 2022 03:45:42 +0000 (03:45 +0000)
commita2b6744af03e315587626e9faa34bfaf3b913012
treeb76f3ac29d63cf455ada56c86332f77490ad8ae9
parent34a6cae28e7013ff0e640026a8e46f315426829d
Use &mut Diagnostic instead of &mut DiagnosticBuilder unless needed
15 files changed:
compiler/rustc_ast_passes/src/ast_validation.rs
compiler/rustc_borrowck/src/diagnostics/conflict_errors.rs
compiler/rustc_borrowck/src/diagnostics/region_errors.rs
compiler/rustc_expand/src/mbe/macro_rules.rs
compiler/rustc_parse/src/parser/diagnostics.rs
compiler/rustc_parse/src/parser/expr.rs
compiler/rustc_resolve/src/late/diagnostics.rs
compiler/rustc_typeck/src/astconv/mod.rs
compiler/rustc_typeck/src/check/check.rs
compiler/rustc_typeck/src/check/coercion.rs
compiler/rustc_typeck/src/check/expr.rs
compiler/rustc_typeck/src/check/fn_ctxt/checks.rs
compiler/rustc_typeck/src/check/method/suggest.rs
compiler/rustc_typeck/src/check/mod.rs
compiler/rustc_typeck/src/check/op.rs