]> git.ipfire.org Git - thirdparty/gcc.git/commit
gccrs: Create subdirectory checks/errors/feature
authorOwen Avery <powerboat9.gamer@gmail.com>
Wed, 27 Aug 2025 22:21:08 +0000 (18:21 -0400)
committerArthur Cohen <arthur.cohen@embecosm.com>
Thu, 30 Oct 2025 19:59:12 +0000 (20:59 +0100)
commit4d7a8e43657bda0b71d0897c873cd8ded4cbe109
tree9df9ed01e6a27da1267c205cfac685f41cee2f09
parent6564f21826611a19ed4fa77e8b82e1a6b36a5f98
gccrs: Create subdirectory checks/errors/feature

gcc/rust/ChangeLog:

* Make-lang.in: Handle source files in checks/errors/feature.
* checks/errors/rust-feature-gate.cc: Move to...
* checks/errors/feature/rust-feature-gate.cc: ...here.
* checks/errors/rust-feature-gate.h: Move to...
* checks/errors/feature/rust-feature-gate.h: ...here.
* checks/errors/rust-feature.cc: Move to...
* checks/errors/feature/rust-feature.cc: ...here.
* checks/errors/rust-feature.h: Move to...
* checks/errors/feature/rust-feature.h: ...here.

Signed-off-by: Owen Avery <powerboat9.gamer@gmail.com>
gcc/rust/Make-lang.in
gcc/rust/checks/errors/feature/rust-feature-gate.cc [moved from gcc/rust/checks/errors/rust-feature-gate.cc with 100% similarity]
gcc/rust/checks/errors/feature/rust-feature-gate.h [moved from gcc/rust/checks/errors/rust-feature-gate.h with 100% similarity]
gcc/rust/checks/errors/feature/rust-feature.cc [moved from gcc/rust/checks/errors/rust-feature.cc with 100% similarity]
gcc/rust/checks/errors/feature/rust-feature.h [moved from gcc/rust/checks/errors/rust-feature.h with 100% similarity]