You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sfackler
changed the title
Unused field lint trips for publically exported struct variant fields
Dead code lint trips for publically exported struct variant fields
Jun 12, 2014
If a type is incomplete, for example if generic parameters are not
available yet, although they are not escaping, its layout may not be
computable. Calling `TyCtxt::layout_of()` would create a delayed bug in
the compiler.
changelog: [`zero_sized_map_values`]: fix ICE
Fixesrust-lang/rust-clippy#14822
r? @Jarcho
This shouldn't trip the lint since the variant is visible outside the crate but it is:
The text was updated successfully, but these errors were encountered: