fn parse_expr_path(cx: &mut ParseCtxt<'_>) -> ParseResult<ExprPath>
⟨epath⟩ := ⟨ident⟩ ⟨ :: ⟨ident⟩ ⟩*