mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-03 04:04:06 +00:00
ace02c40f0
This lint was incorrectly suggesting casting a function to a pointer without specifying generic type parameters or const generics. This would cause a compiler error since the missing parameters couldn't be inferred. This commit fixed the suggestion and added a few tests with generics. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |