IMO the lifetime metaphor fits static better. "It's valid, because it's always alive" is easy.
IMO the lifetime metaphor fits static better. "It's valid, because it's always alive" is easy.
share.google/h6PKe6Dzs6QW...
share.google/h6PKe6Dzs6QW...
Selfishly hoping that your project will be another great book.
Selfishly hoping that your project will be another great book.
Claude just wants to have strings, I guess.
Claude just wants to have strings, I guess.
On the other hand, after 2 hours the change was complete - I just need to review the change.
On the other hand, after 2 hours the change was complete - I just need to review the change.
```
error[E0765]: unterminated double quote string
--> path/to/file.rs:464:57
```
and Claude just couldn't fix the issue, probably because it originated on the other side of the file, in line 130:
`if let Some(bracket_end) = addr.find("]:') {`
```
error[E0765]: unterminated double quote string
--> path/to/file.rs:464:57
```
and Claude just couldn't fix the issue, probably because it originated on the other side of the file, in line 130:
`if let Some(bracket_end) = addr.find("]:') {`