android13/external/rust/crates/proc-macro-error/tests/ui/emit.rs

8 lines
118 B
Rust
Raw Normal View History

2024-06-22 08:45:49 -04:00
extern crate test_crate;
use test_crate::*;
emit!(one, two, three, four, five);
emit_notes!(one, two);
fn main() {}