Skip to content

Commit 8d9a581

Browse files
committed
error due to rebase
1 parent 83c73e3 commit 8d9a581

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc/middle/ty.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -987,7 +987,7 @@ pub fn type_has_projection(ty: Ty) -> bool {
987987
ty.flags.get().intersects(TypeFlags::HAS_PROJECTION)
988988
}
989989
pub fn type_has_ty_closure(ty: Ty) -> bool {
990-
ty.flags.intersects(TypeFlags::HAS_TY_CLOSURE)
990+
ty.flags.get().intersects(TypeFlags::HAS_TY_CLOSURE)
991991
}
992992

993993
pub fn type_has_late_bound_regions(ty: Ty) -> bool {

0 commit comments

Comments
 (0)