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

7 lines
93 B
Rust

use test_crate::*;
emit!(one, two, three, four, five);
emit_notes!(one, two);
fn main() {}