diff options
Diffstat (limited to 'tests/ui/tool-attributes/diagnostic_item2.rs')
-rw-r--r-- | tests/ui/tool-attributes/diagnostic_item2.rs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/ui/tool-attributes/diagnostic_item2.rs b/tests/ui/tool-attributes/diagnostic_item2.rs new file mode 100644 index 000000000..b32a66b16 --- /dev/null +++ b/tests/ui/tool-attributes/diagnostic_item2.rs @@ -0,0 +1,6 @@ +// check-pass + +#[clippy::diagnostic_item = "mep"] +struct Mep; + +fn main() {} |