Files
rust/tests/ui/fn
Guillaume Gomez 180e7ce700 Rollup merge of #144966 - scrabsha:push-rozroqqmurvu, r=jdonszelmann
Improve suggestion for "missing function argument" on multiline call

`rustc` has a very neat suggestion when the argument count does not match, with a nice placeholder that shows where an argument may be missing. Unfortunately the suggestion is always single-line, even when the function call spans across multiple lines. With this PR, `rustc` tries to guess if the function call is multiline or not, and emits a multiline suggestion when required.

r? `@jdonszelmann`
2025-08-11 16:19:04 +02:00
..
2025-07-05 00:39:50 +05:00
2025-07-31 21:25:49 +05:00
2024-03-31 14:58:17 -03:00
2024-03-31 14:58:17 -03:00
2023-05-08 17:58:01 -03:00