trybuild 1.0.30

Test harness for ui tests of compiler diagnostics
Documentation
1
2
3
4
fn main() {
    println!("{:?}", "STDOUT".chars());
    eprintln!("{:?}", "STDERR".chars());
}