Skip to content
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

Merged
merged 5 commits into from
May 10, 2020
Merged

Add the str type #441

merged 5 commits into from
May 10, 2020

Conversation

AzureMarker
Copy link
Member

Closes #437

@jackh726
Copy link
Member

jackh726 commented May 7, 2020

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 str in the future.

@AzureMarker
Copy link
Member Author

(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)

@jackh726
Copy link
Member

jackh726 commented May 9, 2020

(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

@AzureMarker
Copy link
Member Author

The rebase is no problem 🙂

Copy link
Member

@jackh726 jackh726 left a 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?

@jackh726 jackh726 merged commit 26242c0 into rust-lang:master May 10, 2020
@AzureMarker AzureMarker deleted the feature/str-typename branch May 10, 2020 01:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

extend TypeName with str type
2 participants