mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-24 15:54:15 +00:00
42bdfa23d3
Fix to_string_in_format_args in parens Fix suggestions like ``` print!("error: something failed at {}", (Location::caller().to_string())); ``` where the parenthesis enclose some portion of the value. Fixes #9540 changelog: [`to_string_in_format_args`]: fix incorrect fix when value is enclosed in parenthesis |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |