about summary refs log tree commit diff
path: root/tests/ui/tool-attributes/diagnostic_item3.rs
blob: f210c89c2990f507bb3314b435877461b453a525 (plain)
1
2
3
4
5
6
7
//@ check-pass
#![feature(rustc_attrs)]

#[rustc_diagnostic_item = "foomp"]
struct Foomp;

fn main() {}