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 835395b commit d385565Copy full SHA for d385565
src/hyperlight_component_macro/src/lib.rs
@@ -144,6 +144,9 @@ impl Parse for BindgenInputParams {
144
"path" => {
145
let value: LitStr = content.parse()?;
146
path = Some(std::path::PathBuf::from(value.value()));
147
+
148
+ eprintln!("TWO WORLDS PATH = {}\n", path);
149
150
}
151
_ => {
152
return Err(syn::Error::new(key.span(), format!("Unknown key: {}", key)));
0 commit comments