aboutsummaryrefslogtreecommitdiff
path: root/proc-macro-error/test-crate/tests/ui/result_unwrap.rs
blob: 9b7fb1c485301c63b118fcded57a2adddc26b263 (plain)
1
2
3
4
5
6
extern crate test_crate;
use test_crate::make_fn;

make_fn!(result_unwrap);

fn main() {}