ui_test 0.30.4

A test framework for testing rustc diagnostics output
Documentation
1
2
3
4
5
6
7
8
9
error[E0425]: cannot find value `cake` in this scope
 --> examples_tests/rustc_basic/subdir/aux_proc_macro.rs:6:12
  |
6 |     thing!(cake);
  |            ^^^^ not found in this scope

error: aborting due to 1 previous error

For more information about this error, try `rustc --explain E0425`.