Skip to content

Commit

Permalink
error due to rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
nrc committed Jun 8, 2015
1 parent 83c73e3 commit 8d9a581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc/middle/ty.rs
Original file line number Diff line number Diff line change
Expand Up @@ -987,7 +987,7 @@ pub fn type_has_projection(ty: Ty) -> bool {
ty.flags.get().intersects(TypeFlags::HAS_PROJECTION)
}
pub fn type_has_ty_closure(ty: Ty) -> bool {
ty.flags.intersects(TypeFlags::HAS_TY_CLOSURE)
ty.flags.get().intersects(TypeFlags::HAS_TY_CLOSURE)
}

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

0 comments on commit 8d9a581

Please sign in to comment.