]> git.lizzy.rs Git - rust.git/blob - src/test/ui/infer-fn-tail-expr.rs
Auto merge of #93718 - thomcc:used-macho, r=pnkfelix
[rust.git] / src / test / ui / infer-fn-tail-expr.rs
1 // run-pass
2
3 #![allow(dead_code)]
4 // issue #680
5
6
7 // pretty-expanded FIXME #23616
8
9 fn f() -> Vec<isize> { Vec::new() }
10
11 pub fn main() { }