mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-19 03:20:38 +00:00

suggest turbofish syntax for uninferred const arguments When not providing a const generic value, and it can not be inferred, the following suggestion is suggested:  Resolves #76737 r? ``@varkor``