Fix rebase
This commit is contained in:
parent
bd5adc51fb
commit
93df1bb517
5 changed files with 7 additions and 7 deletions
|
@ -1604,7 +1604,7 @@ impl<'a, 'tcx> ShallowResolver<'a, 'tcx> {
|
|||
// are extremely hot.
|
||||
#[inline(always)]
|
||||
pub fn shallow_resolve_changed(&mut self, typ: Ty<'tcx>) -> bool {
|
||||
match typ.sty {
|
||||
match typ.kind {
|
||||
ty::Infer(ty::TyVar(v)) => {
|
||||
use self::type_variable::TypeVariableValue;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue