rust/compiler/rustc_span
Ayrton 511fe048b4 Changed lint to check for std::fmt::Pointer and transmute
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.
2020-10-27 11:04:04 -04:00
..
src Changed lint to check for std::fmt::Pointer and transmute 2020-10-27 11:04:04 -04:00
Cargo.toml mv compiler to compiler/ 2020-08-30 18:45:07 +03:00