rust/src/test/ui/rfc-2497-if-let-chains
2022-12-10 14:35:40 -08:00
..
ast-lowering-does-not-wrap-let-chains.rs
ast-pretty-check.rs
ast-pretty-check.stdout
chains-without-let.rs
chains-without-let.stderr
disallowed-positions.rs
disallowed-positions.stderr Introduce with_forced_trimmed_paths 2022-12-10 14:35:40 -08:00
ensure-that-let-else-does-not-interact-with-let-chains.rs
ensure-that-let-else-does-not-interact-with-let-chains.stderr
feature-gate.rs
feature-gate.stderr Show a note where a macro failed to match 2022-11-14 19:59:15 +01:00
invalid-let-in-a-valid-let-context.rs
invalid-let-in-a-valid-let-context.stderr
irrefutable-lets.disallowed.stderr Suppress irrefutable let patterns lint for prefixes in match guards 2022-10-14 02:16:40 +02:00
irrefutable-lets.rs Suppress irrefutable let patterns lint for prefixes in match guards 2022-10-14 02:16:40 +02:00
issue-88498.rs
issue-90722.rs
issue-92145.rs
issue-93150.rs
issue-93150.stderr
issue-99938.rs Add regression test for issue 99938 2022-11-23 17:48:00 +01:00
no-double-assigments.rs
protect-precedences.rs
protect-precedences.stderr
then-else-blocks.rs