Closed
Description
If by mistake I write code as this:
fn main() {
println!("Hello ’world");
}
All I get from rustc is:
error: couldn't read ...\test.rs: stream did not contain valid UTF-8
But I'd like to receive a line number where such invalidity happens.
Using: rustc 1.48.0-nightly f3c923a13 2020-09-17 x86_64-pc-windows-gnu