10 lines
276 B
Text
10 lines
276 B
Text
|
error[E0425]: cannot find value `读文` in this scope
|
||
|
--> $DIR/non_ascii_ident.rs:3:13
|
||
|
|
|
||
|
LL | let _ = 读文;
|
||
|
| ^^^^ not found in this scope
|
||
|
|
||
|
error: aborting due to 1 previous error
|
||
|
|
||
|
For more information about this error, try `rustc --explain E0425`.
|