From 45de9de1e99c3d6a38055835b0fe6c65e1ddac73 Mon Sep 17 00:00:00 2001 From: William Throwe Date: Sun, 23 Aug 2015 14:12:39 -0400 Subject: Move entry point identification logic to libsyntax Identifying entry points will be useful in --test mode, which is handled in libsyntax. --- src/libsyntax/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/libsyntax/lib.rs') 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; -- cgit 1.4.1-3-g733a5