]> git.lizzy.rs Git - rust.git/commit
Make output type in ast::FnDecl optional
authorSeo Sanghyeon <sanxiyn@gmail.com>
Sun, 18 Jan 2015 13:49:19 +0000 (22:49 +0900)
committerSeo Sanghyeon <sanxiyn@gmail.com>
Sun, 18 Jan 2015 13:49:19 +0000 (22:49 +0900)
commit3f0cc8011aef3f530663302d525bd2d8cb493db5
tree8cd9623a2ad1062c13a51636a9b44e0be8c2614e
parenta833337943300db1c310a4cf9c84b7b4ef4e9468
Make output type in ast::FnDecl optional
14 files changed:
src/librustc/middle/infer/error_reporting.rs
src/librustc_trans/trans/debuginfo.rs
src/librustc_trans/trans/foreign.rs
src/librustc_typeck/astconv.rs
src/librustc_typeck/collect.rs
src/librustdoc/clean/mod.rs
src/librustdoc/html/format.rs
src/libsyntax/ast.rs
src/libsyntax/fold.rs
src/libsyntax/parse/mod.rs
src/libsyntax/parse/parser.rs
src/libsyntax/print/pprust.rs
src/libsyntax/test.rs
src/test/pretty/fn-return.rs [new file with mode: 0644]