rust/tests/ui/rfcs/rfc-2294-if-let-guard
2023-09-19 12:48:40 +00:00
..
bindings.rs
bindings.stderr
const-expr.rs Add more if let guard tests 2023-09-19 12:48:40 +00:00
exhaustive.rs Add more tests for if_let_guard 2023-08-24 16:29:08 +01:00
exhaustive.stderr Add more tests for if_let_guard 2023-08-24 16:29:08 +01:00
feature-gate.rs Reduce double errors for invalid let expressions 2023-09-11 16:17:06 +00:00
feature-gate.stderr Address review comments 2023-09-13 15:00:31 +00:00
guard-lifetime-1.rs Add more tests for if_let_guard 2023-08-24 16:29:08 +01:00
guard-lifetime-1.stderr Add more tests for if_let_guard 2023-08-24 16:29:08 +01:00
guard-lifetime-2.rs Add more tests for if_let_guard 2023-08-24 16:29:08 +01:00
guard-mutability-1.rs Add more tests for if_let_guard 2023-08-24 16:29:08 +01:00
guard-mutability-1.stderr Add more tests for if_let_guard 2023-08-24 16:29:08 +01:00
guard-mutability-2.rs Add more tests for if_let_guard 2023-08-24 16:29:08 +01:00
guard-mutability-2.stderr Add more tests for if_let_guard 2023-08-24 16:29:08 +01:00
macro-expanded.rs Add more tests for if_let_guard 2023-08-24 16:29:08 +01:00
macro-expanded.stderr Address review comments 2023-09-13 15:00:31 +00:00
move-guard-if-let-chain.rs Add more if let guard tests 2023-09-19 12:48:40 +00:00
move-guard-if-let-chain.stderr Add more if let guard tests 2023-09-19 12:48:40 +00:00
move-guard-if-let.rs Add more if let guard tests 2023-09-19 12:48:40 +00:00
parens.rs Move let expression checking to parsing 2023-09-11 15:51:18 +00:00
parens.stderr Address review comments 2023-09-13 15:00:31 +00:00
partially-macro-expanded.rs Add more tests for if_let_guard 2023-08-24 16:29:08 +01:00
run-pass.rs
shadowing.rs Add more tests for if_let_guard 2023-08-24 16:29:08 +01:00
type-inference.rs Add more if let guard tests 2023-09-19 12:48:40 +00:00
typeck.rs
typeck.stderr
warns.rs
warns.stderr