]> gcc.gnu.org Git - gcc.git/commit
gccrs: Add missing where clause lowering for Impl functions
authorPhilip Herron <herron.philip@googlemail.com>
Thu, 20 Apr 2023 09:26:18 +0000 (10:26 +0100)
committerArthur Cohen <arthur.cohen@embecosm.com>
Tue, 16 Jan 2024 17:34:14 +0000 (18:34 +0100)
commit6182a284960a850bc5520337f51799d015538c67
treeb47faa9784ae596cf195f4a752b2acf331613af2
parentbee0c8a1d4263754feb2271f50bbb7a5819ae4ff
gccrs: Add missing where clause lowering for Impl functions

Fixes #2106

gcc/rust/ChangeLog:

* hir/rust-ast-lower-implitem.h: add missing where clause lowering

gcc/testsuite/ChangeLog:

* rust/compile/issue-2106.rs: New test.
* rust/compile/issue-1524.rs: regression (placeholder generic)

Signed-off-by: Philip Herron <herron.philip@googlemail.com>
gcc/rust/hir/rust-ast-lower-implitem.h
gcc/testsuite/rust/compile/issue-1524.rs
gcc/testsuite/rust/compile/issue-2106.rs [new file with mode: 0644]
This page took 0.055111 seconds and 5 git commands to generate.