Files
Notes/notes-service/vendor/proc-macro-hack/tests/ui/unexpected.rs
T
2026-08-01 16:11:49 +03:00

7 lines
89 B
Rust

use proc_macro_hack::proc_macro_hack;
#[proc_macro_hack]
pub struct What;
fn main() {}