Skip to content

Commit b229195

Browse files
committed
rebase onto beta branch
1 parent 973193b commit b229195

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/librustc/middle/ty.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1916,7 +1916,8 @@ pub enum BuiltinBound {
19161916
pub fn region_existential_bound<'tcx>(r: ty::Region) -> ExistentialBounds<'tcx> {
19171917
ty::ExistentialBounds { region_bound: r,
19181918
builtin_bounds: BuiltinBounds::empty(),
1919-
projection_bounds: Vec::new() }
1919+
projection_bounds: Vec::new(),
1920+
region_bound_will_change: false, }
19201921
}
19211922

19221923
impl CLike for BuiltinBound {

0 commit comments

Comments
 (0)