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 5ab6aef commit 81b688aCopy full SHA for 81b688a
crates/byondapi-macros/src/lib.rs
@@ -173,7 +173,7 @@ pub fn bind(attr: TokenStream, item: TokenStream) -> TokenStream {
173
}
174
} else {
175
quote! {
176
- ::byondapi::runtime::byond_runtime(error_string)
+ unsafe { ::byondapi::runtime::byond_runtime(error_string) }
177
178
};
179
@@ -329,7 +329,7 @@ pub fn bind_raw_args(attr: TokenStream, item: TokenStream) -> TokenStream {
329
330
331
332
333
334
335
0 commit comments