rust/tests/ui/parser/attribute-with-no-generics-in-parameter-list.rs
2023-01-11 09:32:08 +00:00

4 lines
82 B
Rust

fn foo<#[attr]>() {} //~ ERROR attribute without generic parameters
fn main() {}