| ▲ | nurettin 4 days ago | |||||||
Yes, Rust boilerplate is LLM worthy work. It was never meant for humans. The ergonomics component is absent. Unfortunately, there will be more tokens and context wasted as the LLM struggles with appeasing the compiler. Example: say a function had two string view args which are bound to a single lifetime because both args at call site had the same scope. Now you have another call site where the args have different scope. Whoops, let me fix that, blah blah. | ||||||||
| ▲ | simonask 4 days ago | parent [-] | |||||||
That’s… not how any of that works. | ||||||||
| ||||||||