rust/tests/ui/macros/auxiliary
2025-11-28 13:12:15 +09:00
..
attr-from-macro.rs
borrowck-error-in-macro.rs Gate 2018 UI tests 2025-11-27 14:13:58 -05:00
define-macro.rs
deprecated-macros.rs
dollar-crate-nested-encoding.rs
expr_2021_implicit.rs Add a test demonstrating the problem 2024-06-19 12:37:32 -04:00
fancy-panic.rs Gate 2018 UI tests 2025-11-27 14:13:58 -05:00
foreign-crate-macro-pat.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
hello_macro.rs Update tests to use new proc-macro header 2024-11-27 07:18:25 -08:00
issue-19163.rs
issue-40469.rs
issue-75982.rs
issue-100199.rs Gate 2015 UI tests 2025-11-27 11:19:00 -05:00
macro-comma-support.rs
macro-def-site-super.rs
macro-in-other-crate.rs
macro-include-items-expr.rs tests: use //@ ignore-auxiliary with backlinked primary test file 2025-04-17 19:45:28 +08:00
macro-include-items-item.rs tests: use //@ ignore-auxiliary with backlinked primary test file 2025-04-17 19:45:28 +08:00
macro_crate_def_only.rs
macro_crate_nonterminal.rs
macro_export_inner_module.rs
macro_with_super_1.rs
metavar_2018.rs Add coverage for pat too 2024-09-17 11:08:52 -07:00
or-pattern.rs Gate 2018 UI tests 2025-11-27 14:13:58 -05:00
ping.rs Relocate macro_backtrace to macro and remove macro_backtrace 2025-11-28 13:12:15 +09:00
proc_macro_def.rs Update tests to use new proc-macro header 2024-11-27 07:18:25 -08:00
proc_macro_sequence.rs Update tests to use new proc-macro header 2024-11-27 07:18:25 -08:00
return_from_external_macro.rs Test that names of variables in external macros are not shown on a borrow error 2025-05-02 18:09:25 +02:00
serde.rs Detect when attribute is provided by missing derive macro 2025-06-12 21:28:49 +00:00
two_macros-rpass.rs
two_macros.rs
unstable-macros.rs
use-macro-self.rs