blob: ed911d965d631d48f424f3d36a7213537b480bbc [file] [log] [blame]
#![feature(const_trait_impl)]
const fn tilde_question<T: ~const ?Sized>() {}
//~^ ERROR `~const` and `?` are mutually exclusive
fn main() {}