5 lines
152 B
Rust
5 lines
152 B
Rust
|
fn main() {
|
||
|
// There shall be no suggestions here. In particular not `Ok`.
|
||
|
let _ = 读文; //~ ERROR cannot find value `读文` in this scope
|
||
|
}
|