rust/clippy_lints/src/transmute
Matthias Krüger 7449912989 Rollup merge of #108950 - cjgillot:inherit-less, r=compiler-errors
Directly construct Inherited in typeck.

Using `InheritedBuilder` + a closure does not seem necessary any more.

+ a few opportunistic simplifications to typeck entry point.
2023-03-11 12:55:44 +01:00
..
crosspointer_transmute.rs
mod.rs Merge commit '3c06e0b1ce003912f8fe0536d3a7fe22558e38cf' into clippyup 2023-03-10 10:53:50 +01:00
transmute_float_to_int.rs
transmute_int_to_bool.rs
transmute_int_to_char.rs
transmute_int_to_float.rs
transmute_int_to_non_zero.rs Merge commit '149392b0baa4730c68f3c3eadf5c6ed7b16b85a4' into clippyup 2023-02-25 19:28:50 -05:00
transmute_null_to_fn.rs Merge commit '4f3ab69ea0a0908260944443c739426cc384ae1a' into clippyup 2022-12-29 14:28:34 +01:00
transmute_num_to_bytes.rs
transmute_ptr_to_ptr.rs
transmute_ptr_to_ref.rs Remove type-traversal trait aliases 2023-02-22 17:04:58 +00:00
transmute_ref_to_ref.rs Use is_str instead of string kind comparison 2023-02-13 19:06:22 +00:00
transmute_undefined_repr.rs remove bound_type_of query; make type_of return EarlyBinder; change type_of in metadata 2023-02-16 17:05:56 -07:00
transmutes_expressible_as_ptr_casts.rs Merge commit '1480cea393d0cee195e59949eabdfbcf1230f7f9' into clippyup 2023-01-27 21:09:08 +01:00
transmuting_null.rs Merge commit '4f3ab69ea0a0908260944443c739426cc384ae1a' into clippyup 2022-12-29 14:28:34 +01:00
unsound_collection_transmute.rs
useless_transmute.rs Remove type-traversal trait aliases 2023-02-22 17:04:58 +00:00
utils.rs Directly construct Inherited. 2023-03-10 19:22:55 +00:00
wrong_transmute.rs