Function rustc_query_impl::make_query::entry_fn [−][src]
pub fn entry_fn<'tcx>(
tcx: QueryCtxt<'tcx>,
key: entry_fn<'tcx>
) -> QueryStackFrame
Expand description
Identifies the entry-point (e.g., the main
function) for a given
crate, returning None
if there is no entry point (such as for library crates).