public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc/devel/rust/master] Merge #813
@ 2022-06-08 11:53 Thomas Schwinge
  0 siblings, 0 replies; only message in thread
From: Thomas Schwinge @ 2022-06-08 11:53 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:a41851dfb5bec6f40fd89db01ae75fee557306ee

commit a41851dfb5bec6f40fd89db01ae75fee557306ee
Merge: a60de84632f 88995535f64
Author: bors[bot] <26634292+bors[bot]@users.noreply.github.com>
Date:   Tue Nov 23 11:54:25 2021 +0000

    Merge #813
    
    813: Support QualifiedPathInType's within the same Trait r=philberty a=philberty
    
    The first implementation of qualified paths assumed that they only exist
    within trait-impl blocks. Trait impl blocks have the same canonical paths
    of <type as trait_path>::segment form but this type of path is more generic
    than this.
    
    see the commit for more details on the implementation.
    
    Fixes #739
    
    
    Co-authored-by: Philip Herron <philip.herron@embecosm.com>

Diff:

 gcc/rust/resolve/rust-ast-resolve-type.h           | 37 ++++++--------
 gcc/rust/typecheck/rust-hir-type-bounds.h          | 12 ++++-
 gcc/rust/typecheck/rust-hir-type-check-type.cc     | 58 +++++++++++++---------
 .../rust/compile/torture/associated_types1.rs      | 14 ++++++
 4 files changed, 73 insertions(+), 48 deletions(-)


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

only message in thread, other threads:[~2022-06-08 11:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-08 11:53 [gcc/devel/rust/master] Merge #813 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).