mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-27 11:05:06 +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``