blob: f02c4161dc109026c154b9adfd45f03c34907ef1 [file] [log] [blame]
// revisions: full min
#![cfg_attr(full, feature(const_generics))]
#![cfg_attr(full, allow(incomplete_features))]
pub const fn func_name<const X: *const u32>() {}
//~^ ERROR using raw pointers
fn main() {}