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
Adding a hack to panic on the error shows me this:
error: custom attribute panicked
--> src\main.rs:27:1
|
27 | #[rapace::service]
| ^^^^^^^^^^^^^^^^^^
|
= help: message: Error finding rapace crate: Could not read `E:\rs\rapace-shit\Cargo.toml`: parse error: Operation failed on shape PanicStrategy: No variant found with the given name
It turns out I'm using the latest panic feature in nightly, but it wasn't catched up in facet-cargo-toml, so I filed bearcove/facet-cargo-toml#4
rapace/rust/rapace-macros/src/lib.rs
Line 109 in 4cd1ad2
Adding a hack to panic on the error shows me this:
It turns out I'm using the latest panic feature in nightly, but it wasn't catched up in facet-cargo-toml, so I filed bearcove/facet-cargo-toml#4