ui_test 0.30.4

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

extern crate proc_macro_attr;

#[proc_macro_attr::passthrough]
pub fn f() {}

pub fn g() {}