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 c8c20a6 commit 2605da8Copy full SHA for 2605da8
src/codegen/dyngen.rs
@@ -78,10 +78,6 @@ impl DynamicItems {
78
let init_fields = &self.init_fields;
79
let struct_implementation = &self.struct_implementation;
80
81
- // FIXME: Is there a better way to lay this out? Conditional in the quote
82
- // macro?
83
- // If we have any required symbols, we must alter the signature of `from_library`
84
- // so that it can return a failure code.
85
quote! {
86
extern crate libloading;
87
0 commit comments