You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test.rs:63:42:63:43 error: byte constant must be ASCII.Use a \xHH escape for a non-ASCII byte: \xdf
test.rs:63letmut br = BufReader::new(b"Hello, ß World");
^