]> git.ipfire.org Git - thirdparty/gcc.git/commit
gccrs: Add tests for non function proc_macro_attribute
authorPierre-Emmanuel Patry <pierre-emmanuel.patry@embecosm.com>
Fri, 21 Jul 2023 12:03:10 +0000 (14:03 +0200)
committerArthur Cohen <arthur.cohen@embecosm.com>
Tue, 16 Jan 2024 17:56:00 +0000 (18:56 +0100)
commit3c1cc1190a23f6dc9c5028e1b92e7bbb85651ac3
treefeb2c4a6e892540ed509768112c94f534b33135a
parentf02f9672a57f0272996f570a7e8528f832612405
gccrs: Add tests for non function proc_macro_attribute

Add a bunch of test case to avoid regressions on proc_macro_attribute
attribute error messages.

gcc/testsuite/ChangeLog:

* rust/compile/proc_macro_attribute_non_function.rs: New test.

Signed-off-by: Pierre-Emmanuel Patry <pierre-emmanuel.patry@embecosm.com>
gcc/testsuite/rust/compile/proc_macro_attribute_non_function.rs [new file with mode: 0644]