blob: 29f40604747b274ac4b06e5e5aa02e9cbaa7c356 [file] [log] [blame]
#![allow(incomplete_features)]
#![feature(generic_const_exprs, const_trait_impl, effects)]
const fn with_positive<F: ~const Fn()>() {}
//~^ ERROR `~const` can only be applied to `#[const_trait]` traits
//~| ERROR `~const` can only be applied to `#[const_trait]` traits
pub fn main() {}