blob: c59a03de21530a540f31735c39bc7f41da3185eb [file] [log] [blame]
trait A {
#[rustc_non_const_trait_method]
//~^ ERROR: use of an internal attribute
fn a();
}
fn main() {}