]> gcc.gnu.org Git - gcc.git/commit
Merge #729
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>
Wed, 13 Oct 2021 09:07:09 +0000 (09:07 +0000)
committerGitHub <noreply@github.com>
Wed, 13 Oct 2021 09:07:09 +0000 (09:07 +0000)
commit6355d05a65ce8e253f83f2a7b17c80406a0c1bd5
treefc56cab2ef771c2c4bba67e589c14d66f66d32ee
parent99c28309d3553346d4f0337dbae49f4a8e48da01
parenta2c76651c9c7527d827a4f6f8b3be8fc654d24b7
Merge #729

729: Refactor TyTy with new TypeMutability enum r=philberty a=dafaust

Add `TyTy::TypeMutability` enum and start using it instead of `bool is_mut`.
This is just a start, the new enum could be used in many places.

Fixes: #677
Co-authored-by: David Faust <david.faust@oracle.com>
This page took 0.0688 seconds and 6 git commands to generate.