mbrobbel commented on PR #14065:
URL: https://github.com/apache/datafusion/pull/14065#issuecomment-2582467124

   > > Can you try again after `cargo update wasm-bindgen`? This was fixed in 
[rustwasm/wasm-bindgen#4284](https://github.com/rustwasm/wasm-bindgen/pull/4284).
   > 
   > That works, thank you.
   > 
   > ```
   > Checking datafusion-expr v44.0.0 
(/Users/berkaysahin/Desktop/datafusion/datafusion/expr)
   > error: unexpected `cfg` condition value: `used_linker`
   >    --> datafusion/expr/src/lib.rs:101:1
   >     |
   > 101 | #[ctor::ctor]
   >     | ^^^^^^^^^^^^^
   >     |
   >     = note: expected values for `feature` are: `recursive_protection`
   >     = help: consider adding `used_linker` as a feature in `Cargo.toml`
   >     = note: see 
<https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for 
more information about checking conditional configuration
   >     = note: `-D unexpected-cfgs` implied by `-D warnings`
   >     = help: to override `-D warnings` add `#[allow(unexpected_cfgs)]`
   >     = note: this error originates in the attribute macro `ctor::ctor` (in 
Nightly builds, run with -Z macro-backtrace for more info);
   > ```
   > 
   > Do you have a remedy for this one as well 😄 ?
   
   https://github.com/mmastrac/rust-ctor/issues/309#issuecomment-2489037492


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to