Closed
Description
fn foo<T>(x: &T) where T: ?Sized {} // error: unexpected `?`
The RFC states that the syntax should work in where
clauses.
fn foo<T>(x: &T) where T: ?Sized {} // error: unexpected `?`
The RFC states that the syntax should work in where
clauses.