]> git.proxmox.com Git - rustc.git/blob - src/test/ui/cross/cross-file-errors/underscore.rs
Update unsuspicious file list
[rustc.git] / src / test / ui / cross / cross-file-errors / underscore.rs
1 // We want this file only so we can test cross-file error
2 // messages, but we don't want it in an external crate.
3 // ignore-test
4 #![crate_type = "lib"]
5
6 macro_rules! underscore {
7 () => (
8 _
9 )
10 }