You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 11, 2024. It is now read-only.
I really do not know, why is com::interfaces! macro accepted and following macro com::class! is unknown. (Rust v. 1.56.1)
Compiling proc-macro2 v1.0.32
Compiling unicode-xid v0.2.2
Compiling syn v1.0.81
Compiling quote v1.0.10
Compiling com_macros_support v0.6.0
Compiling com_macros v0.6.0
Compiling com v0.6.0
Compiling vfp v0.1.0 (C:\apps\rust\vfp)
error[E0433]: failed to resolve: could not find `class` in `com`
--> src\lib.rs:23:6
|
23 | com::class! {
| ^^^^^ could not find `class` in `com`
error: could not compile `vfp` due to previous error; 1 warning emitted
I really do not know, why is com::interfaces! macro accepted and following macro com::class! is unknown. (Rust v. 1.56.1)
Whole lib.rs file taken from docs: