rust/tests/ui/proc-macro/quote
2025-10-07 09:51:16 +01:00
..
auxiliary Add support for repetition to proc_macro::quote 2025-06-17 01:36:54 +09:00
basic.rs Ignore more failing ui tests for GCC backend 2025-09-26 15:33:48 +02:00
debug.rs Explicitly annotate edition for unpretty=expanded and unpretty=hir tests 2025-04-16 11:10:10 +02:00
debug.stdout expand: Micro-optimize prelude injection 2025-07-28 17:35:09 +03:00
does-not-have-iter-interpolated-dup.rs Add support for repetition to proc_macro::quote 2025-06-17 01:36:54 +09:00
does-not-have-iter-interpolated-dup.stderr Account for macros when trying to point at inference cause 2025-08-10 21:47:52 +00:00
does-not-have-iter-interpolated.rs Add support for repetition to proc_macro::quote 2025-06-17 01:36:54 +09:00
does-not-have-iter-interpolated.stderr Account for macros when trying to point at inference cause 2025-08-10 21:47:52 +00:00
does-not-have-iter-separated.rs Add support for repetition to proc_macro::quote 2025-06-17 01:36:54 +09:00
does-not-have-iter-separated.stderr Account for macros when trying to point at inference cause 2025-08-10 21:47:52 +00:00
does-not-have-iter.rs Add support for repetition to proc_macro::quote 2025-06-17 01:36:54 +09:00
does-not-have-iter.stderr Account for macros when trying to point at inference cause 2025-08-10 21:47:52 +00: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 Don’t suggest foreign doc(hidden) types in E0277 diagnostics 2025-09-15 21:52:56 -04:00
not-repeatable.rs use try_structurally_resolve_type for method receiver 2025-09-26 16:33:15 +02:00
not-repeatable.stderr Fix; correct placement of type inference error for method calls 2025-10-07 09:51:16 +01:00