``` rust fn foo<T>(x: &T) where T: ?Sized {} // error: unexpected `?` ``` [The RFC states](https://github.com/rust-lang/rfcs/blob/master/text/0490-dst-syntax.md#detailed-design) that the syntax should work in `where` clauses.