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
error: custom attribute panicked
--> src/lib.rs:1:1
|
1 | #[stabby::stabby]
| ^^^^^^^^^^^^^^^^^
|
= help: message: called `Option::unwrap()` on a `None` value
I can't find anything in the docs about such a type for a method being forbidden (even though it makes sense to be). The error message is poor in this case
Stabby version is stabby = { version = "36" }
The text was updated successfully, but these errors were encountered:
Here's the full code:
Here's the error message:
I can't find anything in the docs about such a type for a method being forbidden (even though it makes sense to be). The error message is poor in this case
Stabby version is
stabby = { version = "36" }
The text was updated successfully, but these errors were encountered: