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: expected `:`, found `,`
--> tests/tests.rs:273:17
|
273 | #[derive(Debug, Pread)]
| ^^^^^ expected `:`
|
= note: this error originates in the derive macro `Pread` (in Nightly builds, run with -Z macro-backtrace for more info)
error: proc-macro derive produced unparsable tokens
--> tests/tests.rs:273:17
|
273 | #[derive(Debug, Pread)]
| ^^^^^
error: could not compile `scroll_derive` (test "tests") due to 2 previous errors
The text was updated successfully, but these errors were encountered:
m4b
changed the title
Pread produces unparseable tokens for lifetime bounded slices
deriving Pread produces unparseable tokens for lifetime bounded slices
Nov 18, 2024
In process of testing #107 i discovered e.g.:
yields:
The text was updated successfully, but these errors were encountered: