#![feature(const_trait_impl)] const fn tilde_question() {} //~^ ERROR `~const` and `?` are mutually exclusive fn main() {}