]> gcc.gnu.org Git - gcc.git/commit
Merge #783
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>
Mon, 1 Nov 2021 11:52:51 +0000 (11:52 +0000)
committerGitHub <noreply@github.com>
Mon, 1 Nov 2021 11:52:51 +0000 (11:52 +0000)
commit1be610afab2d1f3fce433be2eeb9b4b8d11bdf0d
tree56a34e691457a303c5b987b8d8996e16268d8228
parentca0b06f86fd44bd6067563dcbf4a2c021f2a79a5
parent66832f312a7db436110a3b08ff51eac349d5fdbf
Merge #783

783: Get rid of lambda within `AST::TypePath` and provide a method to return a reference r=philberty a=diohabara

## Related issue

This PR will fix <https://github.com/Rust-GCC/gccrs/issues/718>

- \[x] GCC development requires copyright assignment or the Developer's Certificate of Origin sign-off, see https://gcc.gnu.org/contribute.html or https://gcc.gnu.org/dco.html
- \[x] Read contributing guidlines
- \[x] `make check-rust` passes locally
- \[x] Run `clang-format`
- \[x] Added any relevant test cases to `gcc/testsuite/rust/`

Note that you can skip the above if you are just opening a WIP PR in
order to get feedback.

Co-authored-by: Kadoi Takemaru <diohabara@gmail.com>
This page took 0.057538 seconds and 5 git commands to generate.