rust/tests/ui/parser/attribute/attribute-with-no-generics-in-parameter-list.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
82 B
Rust
Raw Normal View History

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