public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc/devel/rust/master] Merge #1716
@ 2023-01-12  7:44 Thomas Schwinge
  0 siblings, 0 replies; only message in thread
From: Thomas Schwinge @ 2023-01-12  7:44 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:8742e54052355beaa18fef9242a87fe84de51adb

commit 8742e54052355beaa18fef9242a87fe84de51adb
Merge: 0152926ab36 2f36f380542
Author: bors[bot] <26634292+bors[bot]@users.noreply.github.com>
Date:   Wed Jan 4 20:12:07 2023 +0000

    Merge #1716
    
    1716: rust: add bound parsing in parse_generic_arg. r=philberty a=TuringKi
    
    This patch adds parsing for generic parameters like: <F: Foo<Bar: Foo>>. In current version, this pattern  leads to endless loop.
    
    
    Co-authored-by: mxlol233 <mxlol233@outlook.com>

Diff:

 gcc/rust/parse/rust-parse-impl.h     | 17 +++++++++++++++++
 gcc/testsuite/rust/compile/bounds.rs | 10 ++++++++++
 2 files changed, 27 insertions(+)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-01-12  7:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-12  7:44 [gcc/devel/rust/master] Merge #1716 Thomas Schwinge

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).