]> git.lizzy.rs Git - rust.git/blob - src/test/pretty/fn-return.rs
Merge commit '54a20a02ecd0e1352a871aa0990bcc8b8b03173e' into clippyup
[rust.git] / src / test / pretty / fn-return.rs
1 // pp-exact
2
3 // Check that `fn f() -> () { }` does not print as `fn f() { }`.
4
5 fn f() -> () { }
6
7 fn main() { }