rust/tests/ui/proc-macro/quote
Nicholas Nethercote e37c367482 Improve pretty printing of if/else.
By removing some of the over-indenting. AST pretty printing now looks
correct. HIR pretty printing is better, but still over-indents some.
2025-04-25 14:33:16 +10:00
..
auxiliary Fix proc_macro::quote! for raw ident 2025-01-09 22:16:21 +01:00
basic.rs
debug.rs Explicitly annotate edition for unpretty=expanded and unpretty=hir tests 2025-04-16 11:10:10 +02:00
debug.stdout Improve pretty printing of if/else. 2025-04-25 14:33:16 +10: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