https://gcc.gnu.org/g:fdb375f5f3d798d83fd6186dd660cbbbd2e2efae
commit r17-1902-gfdb375f5f3d798d83fd6186dd660cbbbd2e2efae Author: Owen Avery <[email protected]> Date: Mon Jun 22 22:47:54 2026 -0400 gccrs: Move a test into compile/macros/mbe This test should go in the folder for "macros by example", not the top level rust compile test folder. gcc/testsuite/ChangeLog: * rust/compile/attr-macro.rs: Move to... * rust/compile/macros/mbe/macro_attr_expr.rs: ...here. Signed-off-by: Owen Avery <[email protected]> Diff: --- .../rust/compile/{attr-macro.rs => macros/mbe/macro_attr_expr.rs} | 0 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/gcc/testsuite/rust/compile/attr-macro.rs b/gcc/testsuite/rust/compile/macros/mbe/macro_attr_expr.rs similarity index 100% rename from gcc/testsuite/rust/compile/attr-macro.rs rename to gcc/testsuite/rust/compile/macros/mbe/macro_attr_expr.rs
