We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a260c20 commit a1973afCopy full SHA for a1973af
crates/stdarch-verify/src/lib.rs
@@ -194,7 +194,7 @@ fn to_type(t: &syn::Type) -> proc_macro2::TokenStream {
194
"v4f32" => quote! { &v4f32 },
195
"v2f64" => quote! { &v2f64 },
196
197
- s => panic!("unspported type: \"{}\"", s),
+ s => panic!("unsupported type: \"{}\"", s),
198
},
199
syn::Type::Ptr(syn::TypePtr {
200
ref elem,
0 commit comments