mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-04 11:17:04 +00:00

With this commit we start to make some simple check when the name resolution fails, and we generate some helper message in case the name is a C name like in the case of the `printf` and suggest the correct rust method. Signed-off-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com>