Rename test
This commit is contained in:
parent
b74f5c4e8b
commit
740378cdde
@ -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)]
|
||||
| ^^^^^^^^^^^^^^^^
|
Loading…
x
Reference in New Issue
Block a user