]> git.lizzy.rs Git - rust.git/blob - src/test/run-pass/infer-fn-tail-expr.rs
Rollup merge of #58306 - GuillaumeGomez:crate-browser-history, r=QuietMisdreavus
[rust.git] / src / test / run-pass / infer-fn-tail-expr.rs
1 #![allow(dead_code)]
2 // issue #680
3
4
5 // pretty-expanded FIXME #23616
6
7 fn f() -> Vec<isize> { Vec::new() }
8
9 pub fn main() { }