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
Panics on input, with last line essentially added to end of tests/ui/literal_string_with_formatting_arg.rs, where 3 dots is unicode.
#![warn(clippy::literal_string_with_formatting_args)]#![allow(clippy::unnecessary_literal_unwrap)]fnmain(){let x:Option<usize> = None;let y = "hello";
x.expect("{…}");}
thread 'rustc' panicked at clippy_lints\src\literal_string_with_formatting_args.rs:111:39:
byte index 4 is not a char boundary; it is inside '…' (bytes 2..5) of {…}
Summary
Panics on input, with last line essentially added to end of
tests/ui/literal_string_with_formatting_arg.rs
, where 3 dots is unicode.thread 'rustc' panicked at clippy_lints\src\literal_string_with_formatting_args.rs:111:39:
byte index 4 is not a char boundary; it is inside '…' (bytes 2..5) of
{…}
cc @GuillaumeGomez
Version
Error output
Backtrace
The text was updated successfully, but these errors were encountered: