blob: 43e9a00c9a7efa79da82b0e76a525bf6c2103bd0 [file] [log] [blame] [edit]
// check that `pattern_complexity` is feature-gated
#![pattern_complexity = "42"]
//~^ ERROR: the `#[pattern_complexity]` attribute is just used for rustc unit tests
fn main() {}