]> git.lizzy.rs Git - rust.git/commit
librustc/driver: expose build information of rustc.
authorNODA, Kai <nodakai@gmail.com>
Wed, 1 Oct 2014 11:38:21 +0000 (19:38 +0800)
committerNODA, Kai <nodakai@gmail.com>
Wed, 1 Oct 2014 18:02:43 +0000 (02:02 +0800)
commit1dfb23f4cf5c8a7224cf9d71a0d0b74f22ad252d
tree7436e5698837c1a48b2cb4b44fddd22e0c2de451
parentd2f8d4c5050be01923f28308b71ad14a2776b30e
librustc/driver: expose build information of rustc.

CFG_RELEASE, CFG_VER_HASH and CFG_VER_DATE were only available as an output
to stdout from the driver::version() function that had an inconvenient
signature.
src/librustc/driver/mod.rs