Stabilize associated type bounds
This commit is contained in:
@@ -639,8 +639,6 @@ impl<'a> Parser<'a> {
|
||||
&& matches!(args.output, ast::FnRetTy::Default(..))
|
||||
{
|
||||
self.psess.gated_spans.gate(sym::return_type_notation, span);
|
||||
} else {
|
||||
self.psess.gated_spans.gate(sym::associated_type_bounds, span);
|
||||
}
|
||||
}
|
||||
let constraint =
|
||||
|
||||
Reference in New Issue
Block a user