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