]> git.lizzy.rs Git - rust.git/commit
Move entry point identification logic to libsyntax
authorWilliam Throwe <wtt6@cornell.edu>
Sun, 23 Aug 2015 18:12:39 +0000 (14:12 -0400)
committerWilliam Throwe <wtt6@cornell.edu>
Tue, 25 Aug 2015 00:27:42 +0000 (20:27 -0400)
commit45de9de1e99c3d6a38055835b0fe6c65e1ddac73
treed1005c7bcc751e92520619ec881e34ff15711fba
parent4c996499a1bcf747b12f8290eeff3024e59da529
Move entry point identification logic to libsyntax

Identifying entry points will be useful in --test mode, which is
handled in libsyntax.
src/librustc/middle/entry.rs
src/libsyntax/entry.rs [new file with mode: 0644]
src/libsyntax/lib.rs