]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_hir_typeck/src/callee.rs
Rollup merge of #103122 - ouz-a:mir-technical-debt, r=oli-obk
[rust.git] / compiler / rustc_hir_typeck / src / callee.rs
index 088de1979babe5cf7a4423276d42bd8b99c1bfdc..1b33f2f02b8adf7507c636cadd740c14fff79054 100644 (file)
@@ -1,8 +1,8 @@
 use super::method::probe::{IsSuggestion, Mode, ProbeScope};
 use super::method::MethodCallee;
 use super::{Expectation, FnCtxt, TupleArgumentsFlag};
-use crate::type_error_struct;
 
+use crate::type_error_struct;
 use rustc_ast::util::parser::PREC_POSTFIX;
 use rustc_errors::{struct_span_err, Applicability, Diagnostic, StashKey};
 use rustc_hir as hir;