rust/tests/ui/proc-macro/quote
Esteban Küber f0b8e13b59 Do not suggest using -Zmacro-backtrace for builtin macros
For macros that are implemented on the compiler, we do *not* mention the `-Zmacro-backtrace` flag. This includes `derive`s and standard macros.
2025-03-14 19:50:03 +00:00
..
auxiliary Fix proc_macro::quote! for raw ident 2025-01-09 22:16:21 +01:00
basic.rs
debug.rs Fix proc_macro::quote! for raw ident 2025-01-09 22:16:21 +01:00
debug.stdout Fix proc_macro::quote! for raw ident 2025-01-09 22:16:21 +01:00
does-not-have-iter-interpolated-dup.rs Migrate check-fail tests for proc_macro::quote! from quote crate 2025-01-09 22:16:21 +01:00
does-not-have-iter-interpolated-dup.stderr Migrate check-fail tests for proc_macro::quote! from quote crate 2025-01-09 22:16:21 +01:00
does-not-have-iter-interpolated.rs Migrate check-fail tests for proc_macro::quote! from quote crate 2025-01-09 22:16:21 +01:00
does-not-have-iter-interpolated.stderr Migrate check-fail tests for proc_macro::quote! from quote crate 2025-01-09 22:16:21 +01:00
does-not-have-iter-separated.rs Migrate check-fail tests for proc_macro::quote! from quote crate 2025-01-09 22:16:21 +01:00
does-not-have-iter-separated.stderr Migrate check-fail tests for proc_macro::quote! from quote crate 2025-01-09 22:16:21 +01:00
does-not-have-iter.rs Migrate check-fail tests for proc_macro::quote! from quote crate 2025-01-09 22:16:21 +01:00
does-not-have-iter.stderr Migrate check-fail tests for proc_macro::quote! from quote crate 2025-01-09 22:16:21 +01:00
not-quotable.rs Migrate check-fail tests for proc_macro::quote! from quote crate 2025-01-09 22:16:21 +01:00
not-quotable.stderr Do not suggest using -Zmacro-backtrace for builtin macros 2025-03-14 19:50:03 +00:00
not-repeatable.rs Migrate check-fail tests for proc_macro::quote! from quote crate 2025-01-09 22:16:21 +01:00
not-repeatable.stderr Migrate check-fail tests for proc_macro::quote! from quote crate 2025-01-09 22:16:21 +01:00