Skip to content

Conversation

@dtolnay
Copy link
Owner

@dtolnay dtolnay commented Sep 28, 2018

error[E0027]: pattern does not mention field `inline`                          
   --> tests/common/eq.rs:140:57                                               
    |                                                                          
140 |                 let $name { $($field,)* $($ignore: _,)* } = self;        
    |                                                         ^ missing field `inline`
...                                                                            
295 | spanless_eq_struct!(Mod; inner items);                                   
    | -------------------------------------- in this macro invocation          
                                                                               
error[E0027]: pattern does not mention field `inline`                          
   --> tests/common/eq.rs:141:65                                               
    |                                                                          
141 |                 let $name { $($field: $other,)* $($ignore: _,)* } = other;
    |                                                                 ^ missing field `inline`
...                                                                            
295 | spanless_eq_struct!(Mod; inner items);                                   
    | -------------------------------------- in this macro invocation

Change in nightly: rust-lang/rust#52319

@dtolnay dtolnay merged commit 06b46b5 into master Sep 28, 2018
@dtolnay dtolnay deleted the mod branch September 28, 2018 06:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants