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.
;
compile_error
1 parent bbb97cf commit c3526ffCopy full SHA for c3526ff
build.rs
@@ -220,7 +220,7 @@ mod binary {
220
path
221
);
222
quote! {
223
- compile_error!(#err);
+ compile_error!(#err)
224
}
225
226
Ok(path) => {
@@ -258,7 +258,7 @@ mod binary {
258
err.to_string().escape_default()
259
260
261
262
263
})
264
} else {
@@ -269,7 +269,7 @@ mod binary {
269
270
271
272
273
274
275
0 commit comments