Skip to content

Instantly share code, notes, and snippets.

Analysis of crater-report-25658

https://gist.github.com/pnkfelix/0e11de20e9f181b6f951

Root Regression Error Msg Analysis
enum_primitive-0.1.0 $( $( #[$variant_attr:meta] )* $variant:ident ),+ $( = $discriminator:expr, $( $( #[$variant_two_attr:meta] )* $variant_two:ident ),+ )* seq rep followed by seq rep
maplit-0.1.2 ( $($key:expr => $value:expr),* $(,)*) seq rep followed by seq rep
                     | `$($key:expr),* $(,)*`                   |

font-atlas-0.1.1 | | enum_primitive (misclassified as root?) dlib-0.2.0 | $(statics: $($sname: ident: $stype: ty),+)|* | seq rep followed by seq rep | $($vargs: ty),+ ... | ty followed by ... -- legit grabbag_macros-0.1.0 | $($vs:expr),* $(,)* | seq rep followed by seq rep error-type-0.1.2 | (insufficient context for info) | seq rep followed by seq rep conv-0.3.0 | $( ($($arg:tt)*) ),* $(,)* | seq rep followed by seq rep cssparser-0.4.0 | $( $string: expr => $result: expr ),+ _| expr followed by _ -- legit closet-0.1.2 | $($parname:ident: $partyp:ty),+| | ty followed by | -- legit collect-mac-0.1.0 | $($vs:expr),* $(,)* | seq rep followed by seq rep lense-0.1.2 | $($ty:ty),+$(,)* | seq rep followed by seq rep ohmers-0.1.1 | $($key:ident: $value: expr),*$(,)* | seq rep followed by seq rep bitcoin-0.4.1 | (insufficient context for info) | seq rep followed by seq rep rusoto-0.8.0 | | crater error rustfbp-0.2.1 | $( $input_field_name:ident: $input_field_type:ty ),* $( where $( $i_t:ident$(: $i_tr :ident)* ),* )* | seq rep followed by seq rep fractalide-0.2.1 | $( $input_field_name:ident: $input_field_type:ty ),* $( where $( $i_t:ident$(: $i_tr :ident)* ),* )* | seq rep followed by seq rep wrapped-enum-0.1.3 | (insufficient context for info) | seq rep followed by seq rep

enum_primitive-0.1.0

   Compiling enum_primitive v0.1.0 (file:///home/crate)                                                                 
src/lib.rs:96:13: 96:60 error: sequence repetition followed by another sequence repetition, which is not allowed        
src/lib.rs:96             $( $( #[$variant_attr:meta] )* $variant:ident ),+ $( = $discriminator:expr, $( $( #[$variant_t
wo_attr:meta] )* $variant_two:ident ),+ )*                                                                              
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                               
src/lib.rs:122:13: 122:60 error: sequence repetition followed by another sequence repetition, which is not allowed      
src/lib.rs:122             $( $( #[$variant_attr:meta] )* $variant:ident ),+ $( = $discriminator:expr, $( $( #[$variant_
two_attr:meta] )* $variant_two:ident ),+ )*,                                                                            
                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                              
src/lib.rs:148:13: 148:60 error: sequence repetition followed by another sequence repetition, which is not allowed      
src/lib.rs:148             $( $( #[$variant_attr:meta] )* $variant:ident ),+ $( = $discriminator:expr, $( $( #[$variant_
two_attr:meta] )* $variant_two:ident ),+ )*                                                                             
                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                              
src/lib.rs:174:13: 174:60 error: sequence repetition followed by another sequence repetition, which is not allowed      
src/lib.rs:174             $( $( #[$variant_attr:meta] )* $variant:ident ),+ $( = $discriminator:expr, $( $( #[$variant_
two_attr:meta] )* $variant_two:ident ),+ )*,                                                                            
                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                              

maplit-0.1.2

   Compiling maplit v0.1.2 (file:///home/crate)                                                                         
src/lib.rs:52:7: 52:34 error: sequence repetition followed by another sequence repetition, which is not allowed         
src/lib.rs:52     ( $($key:expr => $value:expr),* $(,)*) => {                                                           
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~                                                                         
src/lib.rs:84:7: 84:19 error: sequence repetition followed by another sequence repetition, which is not allowed         
src/lib.rs:84     ( $($key:expr),* $(,)*) => {                                                                          
                    ^~~~~~~~~~~~                                                                                        
error: aborting due to 2 previous errors                                                                                
Could not compile `maplit`.                                                                                             

font-atlas-0.1.1

   Compiling enum_primitive v0.1.0                                                                                      
/root/.cargo/registry/src/github.com-0a35038f75765ae4/enum_primitive-0.1.0/src/lib.rs:96:13: 96:60 error: sequence repet
ition followed by another sequence repetition, which is not allowed                                                     
/root/.cargo/registry/src/github.com-0a35038f75765ae4/enum_primitive-0.1.0/src/lib.rs:96             $( $( #[$variant_at
tr:meta] )* $variant:ident ),+ $( = $discriminator:expr, $( $( #[$variant_two_attr:meta] )* $variant_two:ident ),+ )*   
                                                                                                     ^~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                                                                            
/root/.cargo/registry/src/github.com-0a35038f75765ae4/enum_primitive-0.1.0/src/lib.rs:122:13: 122:60 error: sequence rep
etition followed by another sequence repetition, which is not allowed                                                   
/root/.cargo/registry/src/github.com-0a35038f75765ae4/enum_primitive-0.1.0/src/lib.rs:122             $( $( #[$variant_a
ttr:meta] )* $variant:ident ),+ $( = $discriminator:expr, $( $( #[$variant_two_attr:meta] )* $variant_two:ident ),+ )*, 
                                                                                                      ^~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                                                                           
/root/.cargo/registry/src/github.com-0a35038f75765ae4/enum_primitive-0.1.0/src/lib.rs:148:13: 148:60 error: sequence rep
etition followed by another sequence repetition, which is not allowed                                                   
/root/.cargo/registry/src/github.com-0a35038f75765ae4/enum_primitive-0.1.0/src/lib.rs:148             $( $( #[$variant_a
ttr:meta] )* $variant:ident ),+ $( = $discriminator:expr, $( $( #[$variant_two_attr:meta] )* $variant_two:ident ),+ )*  
                                                                                                      ^~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                                                                           
/root/.cargo/registry/src/github.com-0a35038f75765ae4/enum_primitive-0.1.0/src/lib.rs:174:13: 174:60 error: sequence rep
etition followed by another sequence repetition, which is not allowed                                                   
/root/.cargo/registry/src/github.com-0a35038f75765ae4/enum_primitive-0.1.0/src/lib.rs:174             $( $( #[$variant_a
ttr:meta] )* $variant:ident ),+ $( = $discriminator:expr, $( $( #[$variant_two_attr:meta] )* $variant_two:ident ),+ )*, 
                                                                                                      ^~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                                                                           
error: aborting due to 4 previous errors                                                                                
Build failed, waiting for other jobs to finish...                                                                       
Could not compile `enum_primitive`.                                                                                     

dlib-0.2.0

   Compiling dlib v0.2.0 (file:///home/crate)                                                                           
src/lib.rs:40:9: 40:51 error: sequence repetition followed by another sequence repetition, which is not allowed         
src/lib.rs:40         $(statics: $($sname: ident: $stype: ty),+)|*                                                      
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                                        
src/lib.rs:41:9: 41:72 error: sequence repetition followed by another sequence repetition, which is not allowed         
src/lib.rs:41         $(functions: $(fn $fname: ident($($farg: ty),*) -> $fret:ty),+)|*                                 
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                   
src/lib.rs:42:41: 42:51 error: `$vargs:ty` is followed by `...`, which is not allowed for `ty` fragments                
src/lib.rs:42         $(varargs: $(fn $vname: ident($($vargs: ty),+ ...) -> $vret: ty),+)|*                             
                                                      ^~~~~~~~~~                                                        
src/lib.rs:42:41: 42:51 error: `$vargs:ty` is followed by `...`, which is not allowed for `ty` fragments                
src/lib.rs:42         $(varargs: $(fn $vname: ident($($vargs: ty),+ ...) -> $vret: ty),+)|*                             
                                                      ^~~~~~~~~~                                                        
src/lib.rs:42:41: 42:51 error: `$vargs:ty` is followed by `...`, which is not allowed for `ty` fragments                
src/lib.rs:42         $(varargs: $(fn $vname: ident($($vargs: ty),+ ...) -> $vret: ty),+)|*                             
                                                      ^~~~~~~~~~                                                        
src/lib.rs:42:41: 42:51 error: `$vargs:ty` is followed by `...`, which is not allowed for `ty` fragments                
src/lib.rs:42         $(varargs: $(fn $vname: ident($($vargs: ty),+ ...) -> $vret: ty),+)|*                             
                                                      ^~~~~~~~~~                                                        
src/lib.rs:67:9: 67:51 error: sequence repetition followed by another sequence repetition, which is not allowed         
src/lib.rs:67         $(statics: $($sname: ident: $stype: ty),+)|*                                                      
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                                        
src/lib.rs:68:9: 68:72 error: sequence repetition followed by another sequence repetition, which is not allowed         
src/lib.rs:68         $(functions: $(fn $fname: ident($($farg: ty),*) -> $fret:ty),+)|*                                 
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                   
src/lib.rs:69:41: 69:51 error: `$vargs:ty` is followed by `...`, which is not allowed for `ty` fragments                
src/lib.rs:69         $(varargs: $(fn $vname: ident($($vargs: ty),+ ...) -> $vret: ty),+)|*                             
                                                      ^~~~~~~~~~                                                        
src/lib.rs:69:41: 69:51 error: `$vargs:ty` is followed by `...`, which is not allowed for `ty` fragments                
src/lib.rs:69         $(varargs: $(fn $vname: ident($($vargs: ty),+ ...) -> $vret: ty),+)|*                             
                                                      ^~~~~~~~~~                                                        
src/lib.rs:69:41: 69:51 error: `$vargs:ty` is followed by `...`, which is not allowed for `ty` fragments                
src/lib.rs:69         $(varargs: $(fn $vname: ident($($vargs: ty),+ ...) -> $vret: ty),+)|*                             
                                                      ^~~~~~~~~~                                                        
src/lib.rs:69:41: 69:51 error: `$vargs:ty` is followed by `...`, which is not allowed for `ty` fragments                
src/lib.rs:69         $(varargs: $(fn $vname: ident($($vargs: ty),+ ...) -> $vret: ty),+)|*                             
                                                      ^~~~~~~~~~                                                        
src/lib.rs:85:9: 85:51 error: sequence repetition followed by another sequence repetition, which is not allowed         
src/lib.rs:85         $(statics: $($sname: ident: $stype: ty),+)|*                                                      
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                                        
src/lib.rs:86:9: 86:72 error: sequence repetition followed by another sequence repetition, which is not allowed         
src/lib.rs:86         $(functions: $(fn $fname: ident($($farg: ty),*) -> $fret:ty),+)|*                                 
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                   
src/lib.rs:87:41: 87:51 error: `$vargs:ty` is followed by `...`, which is not allowed for `ty` fragments                
src/lib.rs:87         $(varargs: $(fn $vname: ident($($vargs: ty),+ ...) -> $vret: ty),+)|*                             
                                                      ^~~~~~~~~~                                                        
src/lib.rs:87:41: 87:51 error: `$vargs:ty` is followed by `...`, which is not allowed for `ty` fragments                
src/lib.rs:87         $(varargs: $(fn $vname: ident($($vargs: ty),+ ...) -> $vret: ty),+)|*                             
                                                      ^~~~~~~~~~                                                        
src/lib.rs:87:41: 87:51 error: `$vargs:ty` is followed by `...`, which is not allowed for `ty` fragments                
src/lib.rs:87         $(varargs: $(fn $vname: ident($($vargs: ty),+ ...) -> $vret: ty),+)|*                             
                                                      ^~~~~~~~~~                                                        
src/lib.rs:87:41: 87:51 error: `$vargs:ty` is followed by `...`, which is not allowed for `ty` fragments                
src/lib.rs:87         $(varargs: $(fn $vname: ident($($vargs: ty),+ ...) -> $vret: ty),+)|*                             
                                                      ^~~~~~~~~~                                                        
src/lib.rs:131:9: 131:51 error: sequence repetition followed by another sequence repetition, which is not allowed       
src/lib.rs:131         $(statics: $($sname: ident: $stype: ty),+)|*                                                     
                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                                       
src/lib.rs:132:9: 132:72 error: sequence repetition followed by another sequence repetition, which is not allowed       
src/lib.rs:132         $(functions: $(fn $fname: ident($($farg: ty),*) -> $fret:ty),+)|*                                
                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                  
src/lib.rs:133:41: 133:51 error: `$vargs:ty` is followed by `...`, which is not allowed for `ty` fragments              
src/lib.rs:133         $(varargs: $(fn $vname: ident($($vargs: ty),+ ...) -> $vret: ty),+)|*                            
                                                       ^~~~~~~~~~                                                       
src/lib.rs:133:41: 133:51 error: `$vargs:ty` is followed by `...`, which is not allowed for `ty` fragments              
src/lib.rs:133         $(varargs: $(fn $vname: ident($($vargs: ty),+ ...) -> $vret: ty),+)|*                            
                                                       ^~~~~~~~~~                                                       
src/lib.rs:133:41: 133:51 error: `$vargs:ty` is followed by `...`, which is not allowed for `ty` fragments              
src/lib.rs:133         $(varargs: $(fn $vname: ident($($vargs: ty),+ ...) -> $vret: ty),+)|*                            
                                                       ^~~~~~~~~~                                                       
src/lib.rs:133:41: 133:51 error: `$vargs:ty` is followed by `...`, which is not allowed for `ty` fragments              
src/lib.rs:133         $(varargs: $(fn $vname: ident($($vargs: ty),+ ...) -> $vret: ty),+)|*                            
                                                       ^~~~~~~~~~                                                       
src/lib.rs:153:9: 153:51 error: sequence repetition followed by another sequence repetition, which is not allowed       
src/lib.rs:153         $(statics: $($sname: ident: $stype: ty),+)|*                                                     
                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                                       
src/lib.rs:154:9: 154:72 error: sequence repetition followed by another sequence repetition, which is not allowed       
src/lib.rs:154         $(functions: $(fn $fname: ident($($farg: ty),*) -> $fret:ty),+)|*                                
                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                  
src/lib.rs:155:41: 155:51 error: `$vargs:ty` is followed by `...`, which is not allowed for `ty` fragments              
src/lib.rs:155         $(varargs: $(fn $vname: ident($($vargs: ty),+ ...) -> $vret: ty),+)|*                            
                                                       ^~~~~~~~~~                                                       
src/lib.rs:155:41: 155:51 error: `$vargs:ty` is followed by `...`, which is not allowed for `ty` fragments              
src/lib.rs:155         $(varargs: $(fn $vname: ident($($vargs: ty),+ ...) -> $vret: ty),+)|*                            
                                                       ^~~~~~~~~~                                                       
src/lib.rs:155:41: 155:51 error: `$vargs:ty` is followed by `...`, which is not allowed for `ty` fragments              
src/lib.rs:155         $(varargs: $(fn $vname: ident($($vargs: ty),+ ...) -> $vret: ty),+)|*                            
                                                       ^~~~~~~~~~                                                       
src/lib.rs:155:41: 155:51 error: `$vargs:ty` is followed by `...`, which is not allowed for `ty` fragments              
src/lib.rs:155         $(varargs: $(fn $vname: ident($($vargs: ty),+ ...) -> $vret: ty),+)|*                            
                                                       ^~~~~~~~~~                                                       
error: aborting due to 30 previous errors                                                                               
Could not compile `dlib`.                                                                                               

grabbag_macros-0.1.0

   Compiling grabbag_macros v0.1.0 (file:///home/crate)                                                                 
src/lib.rs:69:33: 69:44 error: sequence repetition followed by another sequence repetition, which is not allowed        
src/lib.rs:69     [into $col_ty:ty: $v0:expr, $($vs:expr),* $(,)*] => {                                                 
                                              ^~~~~~~~~~~                                                               
src/lib.rs:179:46: 179:57 error: `$inits:expr` is followed by `...`, which is not allowed for `expr` fragments          
src/lib.rs:179     ( $seq:ident [ $ind:ident ]: $sty:ty = $($inits:expr),+ ... $closed_form:expr ) => {                 
                                                            ^~~~~~~~~~~                                                 
src/lib.rs:236:46: 236:57 error: `$inits:expr` is followed by `...`, which is not allowed for `expr` fragments          
src/lib.rs:236     ( $seq:ident [ $ind:ident ]: $sty:ty = $($inits:expr),+ ... $recur:expr ) => {                       
                                                            ^~~~~~~~~~~                                                 
error: aborting due to 3 previous errors                                                                                
Could not compile `grabbag_macros`.                                                                                     

error-type-0.1.2

   Compiling error-type v0.1.2 (file:///home/crate)                                                                     
src/lib.rs:384:13: 384:56 error: sequence repetition followed by another sequence repetition, which is not allowed      
src/lib.rs:384             $($var_name:ident($var_ty:ty) $var_body:tt),+                                                
                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                                  
src/lib.rs:459:13: 459:56 error: sequence repetition followed by another sequence repetition, which is not allowed      
src/lib.rs:459             $($var_name:ident($var_ty:ty) $var_body:tt),+                                                
                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                                  
src/lib.rs:481:13: 481:56 error: sequence repetition followed by another sequence repetition, which is not allowed      
src/lib.rs:481             $($var_name:ident($var_ty:ty) $var_body:tt),+                                                
                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                                  
error: aborting due to 3 previous errors                                                                                
Could not compile `error-type`.                                                                                         

conv-0.3.0

   Compiling conv v0.3.0 (file:///home/crate)                                                                           
src/lib.rs:211:9: 211:27 error: sequence repetition followed by another sequence repetition, which is not allowed       
src/lib.rs:211         $( ($($arg:tt)*) ),* $(,)* => { $($exp:tt)* }                                                    
                       ^~~~~~~~~~~~~~~~~~                                                                               
error: aborting due to previous error                                                                                   
Could not compile `conv`.                                                                                               

cssparser-0.4.0

   Compiling cssparser v0.4.0 (file:///home/crate)                                                                      
src/lib.rs:116:41: 116:54 error: `$result:expr` is followed by `_`, which is not allowed for `expr` fragments           
src/lib.rs:116     ( $value: expr, $( $string: expr => $result: expr ),+ _ => $fallback: expr ) => {                    
                                                       ^~~~~~~~~~~~~                                                    
error: aborting due to previous error                                                                                   
Could not compile `cssparser`.                                                                                          

closet-0.1.2

   Compiling closet v0.1.2 (file:///home/crate)                                                                         
src/vindaloo.rs:27:25: 27:35 error: `$partyp:ty` is followed by `|`, which is not allowed for `ty` fragments            
src/vindaloo.rs:27     (|$($parname:ident: $partyp:ty),+| -> $ret:ty { $($body:tt)* }) => {                             
                                           ^~~~~~~~~~                                                                   
src/vindaloo.rs:30:25: 30:35 error: `$partyp:ty` is followed by `|`, which is not allowed for `ty` fragments            
src/vindaloo.rs:30     (|$($parname:ident: $partyp:ty),+| $body:expr) => {                                              
                                           ^~~~~~~~~~                                                                   
src/vindaloo.rs:51:30: 51:40 error: `$partyp:ty` is followed by `|`, which is not allowed for `ty` fragments            
src/vindaloo.rs:51     (move |$($parname:ident: $partyp:ty),+| -> $ret:ty { $($body:tt)* }) => {                        
                                                ^~~~~~~~~~                                                              
src/vindaloo.rs:54:30: 54:40 error: `$partyp:ty` is followed by `|`, which is not allowed for `ty` fragments            
src/vindaloo.rs:54     (move |$($parname:ident: $partyp:ty),+| $body:expr) => {                                         
                                                ^~~~~~~~~~                                                              
error: aborting due to 4 previous errors                                                                                
Could not compile `closet`.                                                                                             

collect-mac-0.1.0

   Compiling collect-mac v0.1.0 (file:///home/crate)                                                                    
src/lib.rs:94:24: 94:35 error: sequence repetition followed by another sequence repetition, which is not allowed        
src/lib.rs:94         es: [$v0:expr, $($vs:expr),* $(,)*],                                                              
                                     ^~~~~~~~~~~                                                                        
src/lib.rs:145:31: 145:42 error: sequence repetition followed by another sequence repetition, which is not allowed      
src/lib.rs:145     [as $col_ty:ty: $v0:expr, $($vs:expr),* $(,)*] => {                                                  
                                             ^~~~~~~~~~~                                                                
src/lib.rs:155:21: 155:44 error: sequence repetition followed by another sequence repetition, which is not allowed      
src/lib.rs:155     [as $col_ty:ty: $($ks:expr => $vs:expr),+ $(,)*] => {                                                
                                   ^~~~~~~~~~~~~~~~~~~~~~~                                                              
src/lib.rs:161:6: 161:17 error: sequence repetition followed by another sequence repetition, which is not allowed       
src/lib.rs:161     [$($vs:expr),+ $(,)*] => {                                                                           
                    ^~~~~~~~~~~                                                                                         
src/lib.rs:166:6: 166:29 error: sequence repetition followed by another sequence repetition, which is not allowed       
src/lib.rs:166     [$($ks:expr => $vs:expr),+ $(,)*] => {                                                               
                    ^~~~~~~~~~~~~~~~~~~~~~~                                                                             
error: aborting due to 5 previous errors                                                                                
Could not compile `collect-mac`.                                                                                        

lense-0.1.2

   Compiling lense v0.1.2 (file:///home/crate)                                                                          
src/lib.rs:39:6: 39:15 error: sequence repetition followed by another sequence repetition, which is not allowed         
src/lib.rs:39     ($($ty:ty),+$(,)*) => {$(                                                                             
                   ^~~~~~~~~                                                                                            
src/lib.rs:127:24: 127:46 error: sequence repetition followed by another sequence repetition, which is not allowed      
src/lib.rs:127     (pub $lense:ident: $($name:ident: $ty:ty),* $(,)*) => {                                              
                                      ^~~~~~~~~~~~~~~~~~~~~~                                                            
src/lib.rs:131:20: 131:42 error: sequence repetition followed by another sequence repetition, which is not allowed      
src/lib.rs:131     ($lense:ident: $($name:ident: $ty:ty),* $(,)*) => {                                                  
                                  ^~~~~~~~~~~~~~~~~~~~~~                                                                
error: aborting due to 3 previous errors                                                                                
Could not compile `lense`.                                                                                              

ohmers-0.1.1

   Compiling ohmers v0.1.1 (file:///home/crate)                                                                         
src/lib.rs:334:22: 334:49 error: sequence repetition followed by another sequence repetition, which is not allowed      
src/lib.rs:334     ($class: ident { $($key:ident: $value: expr),*$(,)* }) => {{                                         
                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~                                                         
src/lib.rs:369:22: 369:49 error: sequence repetition followed by another sequence repetition, which is not allowed      
src/lib.rs:369     ($class: ident { $($key:ident: $value: expr),*$(,)* }, $conn: expr) => {{                            
                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~                                                         
error: aborting due to 2 previous errors                                                                                
Could not compile `ohmers`.                                                                                             

bitcoin-0.4.1

   Compiling bitcoin v0.4.1 (file:///home/crate)                                                                        
src/blockdata/script.rs:1687:14: 1687:32 error: sequence repetition followed by another sequence repetition, which is no
t allowed                                                                                                               
src/blockdata/script.rs:1687              $(require $r:expr);*                                                          
                                          ^~~~~~~~~~~~~~~~~~                                                            
src/blockdata/script.rs:1688:14: 1688:29 error: sequence repetition followed by another sequence repetition, which is no
t allowed                                                                                                               
src/blockdata/script.rs:1688              $(copy $c:expr);*                                                             
                                          ^~~~~~~~~~~~~~~                                                               
src/blockdata/script.rs:1689:14: 1689:40 error: sequence repetition followed by another sequence repetition, which is no
t allowed                                                                                                               
src/blockdata/script.rs:1689              $(swap ($a:expr, $b:expr));*                                                  
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~                                                    
src/blockdata/script.rs:1690:14: 1690:50 error: sequence repetition followed by another sequence repetition, which is no
t allowed                                                                                                               
src/blockdata/script.rs:1690              $(perm ($first:expr, $($i:expr),*) );*                                        
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                          
error: aborting due to 4 previous errors                                                                                
Could not compile `bitcoin`.                                                                                            

rusoto-0.8.0

[taskcluster:error] Task timeout after 300 seconds. Force killing container.                                            
[taskcluster] === Task Finished ===                                                                                     
[taskcluster] Unsuccessful task run with exit code: -1 completed in 301.053 seconds                                     

rustfbp-0.2.1

   Compiling rustfbp v0.2.1 (file:///home/crate)                                                                        
src/component.rs:461:16: 461:66 error: sequence repetition followed by another sequence repetition, which is not allowed
src/component.rs:461         inputs($( $input_field_name:ident: $input_field_type:ty ),* $( where $( $i_t:ident$(: $i_tr
:ident)* ),* )* ),                                                                                                      
                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                  
src/component.rs:462:22: 462:72 error: sequence repetition followed by another sequence repetition, which is not allowed
src/component.rs:462         inputs_array($( $input_array_name:ident: $input_array_type:ty ),* $( where $( $ia_t:ident$(
: $ia_tr:ident)* ),* )* ),                                                                                              
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                            
src/component.rs:463:17: 463:68 error: sequence repetition followed by another sequence repetition, which is not allowed
src/component.rs:463         outputs($($output_field_name:ident: $output_field_type:ty ),* $( where $($o_t:ident$(: $o_t
r:ident)* ),* )* ),                                                                                                     
                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                
src/component.rs:464:23: 464:74 error: sequence repetition followed by another sequence repetition, which is not allowed
src/component.rs:464         outputs_array($($output_array_name:ident: $output_array_type:ty ),* $( where $($oa_t:ident$
(: $oa_tr:ident)* ),* )* ),                                                                                             
                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                          
error: aborting due to 4 previous errors                                                                                
Could not compile `rustfbp`.                                                                                            

fractalide-0.2.1

   Compiling fractalide v0.2.1 (file:///home/crate)                                                                     
src/component.rs:461:16: 461:66 error: sequence repetition followed by another sequence repetition, which is not allowed
src/component.rs:461         inputs($( $input_field_name:ident: $input_field_type:ty ),* $( where $( $i_t:ident$(: $i_tr
:ident)* ),* )* ),                                                                                                      
                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                  
src/component.rs:462:22: 462:72 error: sequence repetition followed by another sequence repetition, which is not allowed
src/component.rs:462         inputs_array($( $input_array_name:ident: $input_array_type:ty ),* $( where $( $ia_t:ident$(
: $ia_tr:ident)* ),* )* ),                                                                                              
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                            
src/component.rs:463:17: 463:68 error: sequence repetition followed by another sequence repetition, which is not allowed
src/component.rs:463         outputs($($output_field_name:ident: $output_field_type:ty ),* $( where $($o_t:ident$(: $o_t
r:ident)* ),* )* ),                                                                                                     
                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                
src/component.rs:464:23: 464:74 error: sequence repetition followed by another sequence repetition, which is not allowed
src/component.rs:464         outputs_array($($output_array_name:ident: $output_array_type:ty ),* $( where $($oa_t:ident$
(: $oa_tr:ident)* ),* )* ),                                                                                             
                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                          
error: aborting due to 4 previous errors                                                                                
Could not compile `fractalide`.                                                                                         

wrapped_enum-0.1.3

   Compiling wrapped_enum v0.1.3 (file:///home/crate)                                                                   
src/lib.rs:51:10: 52:43 error: sequence repetition followed by another sequence repetition, which is not allowed        
src/lib.rs:51          $($(#[$variant_attr:meta])+                                                                      
src/lib.rs:52          $enum_variant_name:ident($ty:ty)),+                                                              
src/lib.rs:66:10: 66:45 error: sequence repetition followed by another sequence repetition, which is not allowed        
src/lib.rs:66          $($enum_variant_name:ident($ty:ty)),+                                                            
                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                                              
error: aborting due to 2 previous errors                                                                                
Could not compile `wrapped_enum`.                                                                                       
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment