ui_test 0.30.4

A test framework for testing rustc diagnostics output
Documentation
1
2
3
4
5
6
7
8
//@aux-build:../auxiliary/the_proc_macro.rs

use the_proc_macro::thing;

fn main() {
    thing!(cake);
    //~^ ERROR: cannot find value `cake` in this scope
}