Module rustc::middle::entry [−][src]
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
Re-exports
use hir::map as hir_map; |
use hir::def_id::CRATE_DEF_INDEX; |
use session::config; |
use session::Session; |
use syntax::ast::NodeId; |
use syntax::attr; |
use syntax::entry::EntryPointType; |
use syntax_pos::Span; |
use hir::Item; |
use hir::ItemFn; |
use hir::ImplItem; |
use hir::TraitItem; |
use hir::itemlikevisit::ItemLikeVisitor; |
Structs
EntryContext |
[ Experimental ]
|
Functions
configure_main |
[ Experimental ]
|
entry_point_type |
[ Experimental ]
|
find_entry_point |
[ Experimental ]
|
find_item |
[ Experimental ]
|