]> git.lizzy.rs Git - rust.git/blob - tests/ui/tool-attributes/diagnostic_item3.rs
Rollup merge of #106664 - chenyukang:yukang/fix-106597-remove-lseek, r=cuviper
[rust.git] / tests / ui / tool-attributes / diagnostic_item3.rs
1 // check-pass
2 #![feature(rustc_attrs)]
3
4 #[rustc_diagnostic_item = "foomp"]
5 struct Foomp;
6
7 fn main() {}