diff options
| author | William Throwe <wtt6@cornell.edu> | 2015-08-23 14:12:39 -0400 |
|---|---|---|
| committer | William Throwe <wtt6@cornell.edu> | 2015-08-24 20:27:42 -0400 |
| commit | 45de9de1e99c3d6a38055835b0fe6c65e1ddac73 (patch) | |
| tree | d1005c7bcc751e92520619ec881e34ff15711fba /src/libsyntax/lib.rs | |
| parent | 4c996499a1bcf747b12f8290eeff3024e59da529 (diff) | |
| download | rust-45de9de1e99c3d6a38055835b0fe6c65e1ddac73.tar.gz rust-45de9de1e99c3d6a38055835b0fe6c65e1ddac73.zip | |
Move entry point identification logic to libsyntax
Identifying entry points will be useful in --test mode, which is handled in libsyntax.
Diffstat (limited to 'src/libsyntax/lib.rs')
| -rw-r--r-- | src/libsyntax/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libsyntax/lib.rs b/src/libsyntax/lib.rs index 0d1fa6dd726..d1c862ad40b 100644 --- a/src/libsyntax/lib.rs +++ b/src/libsyntax/lib.rs @@ -90,6 +90,7 @@ pub mod attr; pub mod codemap; pub mod config; pub mod diagnostic; +pub mod entry; pub mod feature_gate; pub mod fold; pub mod owned_slice; |
