Merge commit '371120bdbf' into clippyup
This commit is contained in:
commit
4cb05193fb
152 changed files with 2226 additions and 440 deletions
|
|
@ -144,7 +144,7 @@ struct ReprCAlign {
|
|||
|
||||
// NOTE: because of https://doc.rust-lang.org/stable/reference/type-layout.html#primitive-representation-of-enums-with-fields and I'm not sure when in the compilation pipeline that would happen
|
||||
#[repr(C)]
|
||||
enum DontLintAnonymousStructsFromDesuraging {
|
||||
enum DontLintAnonymousStructsFromDesugaring {
|
||||
A(u32),
|
||||
B(f32, [u64; 0]),
|
||||
C { x: u32, y: [u64; 0] },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue