George C.
George C.
## Environment * **IntelliJ Rust plugin version:** 0.4.175.4772-222 and intellij-rust-0.4.172.4687-222 * **Rust toolchain version:** 1.63.0-nightly (42e1761c7 2022-05-15) x86_64-unknown-linux-gnu * **IDE name and version:** CLion 2022.2 (CL-222.3345.126) * **Operating system:** Linux...
## Environment * **IntelliJ Rust plugin version:** 0.3.147.3833-211-nightly * **Rust toolchain version:** 1.53.0-nightly (42816d61e 2021-04-24) x86_64-pc-windows-msvc * **IDE name and version:** PyCharm 2021.1.1 Professional Edition (PY-211.7142.13) * **Operating system:** Windows...
Proper bindings must provide contents from `udf_registration_types.h`. I've tried to use this crate and there are no UDF types at all, so why? I've generate my own bindings and they...
### Bug Description If you create some async function returning `Result` and then create `new` method, you will experience strange things. Look at first code snipet - it won't compile,...