rust/tests/ui/suggestions/non_ascii_ident.rs

5 lines
152 B
Rust
Raw Normal View History

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