mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 06:43:20 +03:00
049079856b
`const` functions cannot have const generic parameters so prevent the `missing_const_for_fn` lint from firing in that case.