Function rustc_query_impl::make_query::exported_symbols[][src]

pub fn exported_symbols<'tcx>(
    tcx: QueryCtxt<'tcx>,
    key: exported_symbols<'tcx>
) -> QueryStackFrame
Expand description

The list of symbols exported from the given crate.

  • All names contained in exported_symbols(cnum) are guaranteed to correspond to a publicly visible symbol in cnum machine code.
  • The exported_symbols sets of different crates do not intersect.