I tried this code:
I expected to see this happen: a "no value found" error pointing at the a token
Instead, this happened: a "no value found" error pointing at the x7Ba:
error[E0425]: cannot find value `a` in this scope
--> src/main.rs:2:11
|
2 | format!("\x7Ba}")
| ^^^^ not found in this scope
I tried this code:
I expected to see this happen: a "no value found" error pointing at the
atokenInstead, this happened: a "no value found" error pointing at the
x7Ba: