Rename test

This commit is contained in:
est31 2023-12-29 13:48:52 +01:00
parent b74f5c4e8b
commit 740378cdde
2 changed files with 2 additions and 2 deletions

View File

@ -1,11 +1,11 @@
error: unused variable: `b`
--> $DIR/issue-119383.rs:6:24
--> $DIR/issue-119383-if-let-guard.rs:6:24
|
LL | () if let Some(b) = Some(()) => {}
| ^ help: if this is intentional, prefix it with an underscore: `_b`
|
note: the lint level is defined here
--> $DIR/issue-119383.rs:2:9
--> $DIR/issue-119383-if-let-guard.rs:2:9
|
LL | #![deny(unused_variables)]
| ^^^^^^^^^^^^^^^^