constant macro arrays
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -115,7 +115,7 @@ pub fn map(input: proc_macro::TokenStream) -> proc_macro::TokenStream { e => { return Error::new(e.span(), format!("mismatched types: expected function")) .into_compile_error() - .into() + .into(); } }; quote! { { |