mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 23:04:33 +00:00
511fe048b4
The lint checks arguments in calls to `transmute` or functions that have `Pointer` as a trait bound and displays a warning if the argument is a function reference. Also checks for `std::fmt::Pointer::fmt` to handle formatting macros although it doesn't depend on the exact expansion of the macro or formatting internals. `std::fmt::Pointer` and `std::fmt::Pointer::fmt` were also added as diagnostic items and symbols. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |