rustc_builtin_macros::env

Function lookup_env

Source
fn lookup_env<'cx>(
    cx: &'cx ExtCtxt<'_>,
    var: Symbol,
) -> Result<Symbol, VarError>