]> git.ipfire.org Git - thirdparty/gcc.git/commit
gccrs: Move is_right_angle_tok to util namespace
authorPierre-Emmanuel Patry <pierre-emmanuel.patry@embecosm.com>
Wed, 3 Dec 2025 13:02:07 +0000 (14:02 +0100)
committerArthur Cohen <arthur.cohen@embecosm.com>
Wed, 17 Dec 2025 06:20:12 +0000 (07:20 +0100)
commitc6ded625f06a293bfa13881b218d64da7229e844
treeefdba278fa5cec8fed8731af113a5fe76370fe57
parent32bba8ee8fdb9fab698d809d78c190467edb36ee
gccrs: Move is_right_angle_tok to util namespace

gcc/rust/ChangeLog:

* parse/rust-parse-impl.h (is_right_angle_tok): Move function ...
(Parser::parse_generic_params_in_angles): Change call.
(Parser::parse_for_lifetimes): Likewise.
(Parser::parse_path_generic_args): Likewise.
* parse/rust-parse-utils.h (is_right_angle_tok): ... to here.

Signed-off-by: Pierre-Emmanuel Patry <pierre-emmanuel.patry@embecosm.com>
gcc/rust/parse/rust-parse-impl.h
gcc/rust/parse/rust-parse-utils.h