We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 973193b commit b229195Copy full SHA for b229195
src/librustc/middle/ty.rs
@@ -1916,7 +1916,8 @@ pub enum BuiltinBound {
1916
pub fn region_existential_bound<'tcx>(r: ty::Region) -> ExistentialBounds<'tcx> {
1917
ty::ExistentialBounds { region_bound: r,
1918
builtin_bounds: BuiltinBounds::empty(),
1919
- projection_bounds: Vec::new() }
+ projection_bounds: Vec::new(),
1920
+ region_bound_will_change: false, }
1921
}
1922
1923
impl CLike for BuiltinBound {
0 commit comments