]> git.lizzy.rs Git - rust.git/commit
Use fmt named parameters in rustc_borrowck
authorwcampbell <wcampbell1995@gmail.com>
Sat, 7 Jan 2023 00:34:45 +0000 (19:34 -0500)
committerwcampbell <wcampbell1995@gmail.com>
Sat, 7 Jan 2023 00:34:45 +0000 (19:34 -0500)
commitd0cf7e3bf59ecf7666820b9f2fba9760c6b7beec
tree0ae7c5776820ea2097ab99d36e8e110042f13376
parent0fb8b72ce49997d60a631e921d2cf5be9ca229e6
Use fmt named parameters in rustc_borrowck
compiler/rustc_borrowck/src/diagnostics/conflict_errors.rs
compiler/rustc_borrowck/src/diagnostics/explain_borrow.rs
compiler/rustc_borrowck/src/diagnostics/mod.rs
compiler/rustc_borrowck/src/diagnostics/mutability_errors.rs
compiler/rustc_borrowck/src/diagnostics/outlives_suggestion.rs
compiler/rustc_borrowck/src/diagnostics/region_errors.rs
compiler/rustc_borrowck/src/diagnostics/region_name.rs
compiler/rustc_borrowck/src/diagnostics/var_name.rs
compiler/rustc_borrowck/src/facts.rs