-
Notifications
You must be signed in to change notification settings - Fork 182
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add the str type #441
Add the str type #441
Conversation
I skimmed the PR, but not enough for a "review" yet. But I did want to bring up rust-lang/rust#70911. Which might mean that we don't need to special type |
(BTW, I assume you want PRs to fix conflicts with master by rebasing instead of merging, like in rust-lang/rust, but let me know if this isn't the case) |
Yes please :) You'll have to rebase again unfortunately |
The rebase is no problem 🙂 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you add tests for not Copy/Clone?
Closes #437