mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-02 01:57:44 +00:00
12 lines
326 B
Plaintext
12 lines
326 B
Plaintext
warning: value assigned to `b` is never read
|
|
--> $DIR/general.rs:60:25
|
|
|
|
|
LL | (Some(a), &Some(mut b)) => {
|
|
| ^^^^^
|
|
|
|
|
= help: maybe it is overwritten before being read?
|
|
= note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
|
|
|
|
warning: 1 warning emitted
|
|
|