sendittothenewts

Results 2 issues of sendittothenewts

For instance, the following toy example fails to compile, producing "error: expected `[`" ```rust use easy_ext::ext; #[ext] impl i32 { //! Square the number fn square(self) -> Self { self...

C-bug

To wit: ```shell $ chmod -w Cargo.lock; cargo outdated error: failed to write /tmp/cargo-outdatedv46WLk/Cargo.lock Caused by: failed to open: /tmp/cargo-outdatedv46WLk/Cargo.lock Caused by: Permission denied (os error 13) $ chmod -w...