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

Introduce Folder::Error #709

Merged
merged 1 commit into from
Nov 28, 2021
Merged

Conversation

LeSeulArtichaut
Copy link
Contributor

Equivalent to rust-lang/rust#85469, cc rust-lang/compiler-team#432 rust-lang/types-team#16.

This compiles, but there are implementations of Folder that still use Fallible<T> instead of Result<T, Self::Error>. I can make that change if it is deemed beneficial.

r? @jackh726

Copy link
Contributor

@nikomatsakis nikomatsakis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good to me, but I'll let @jackh726 take a look

@eggyal
Copy link
Contributor

eggyal commented Nov 26, 2021

Is there anything that needs to be done on this @jackh726 ?

@jackh726
Copy link
Member

@bors r+

@bors
Copy link
Contributor

bors commented Nov 28, 2021

📌 Commit 0a4ba8a has been approved by jackh726

@bors
Copy link
Contributor

bors commented Nov 28, 2021

⌛ Testing commit 0a4ba8a with merge 514a60a...

@bors
Copy link
Contributor

bors commented Nov 28, 2021

☀️ Test successful - checks-actions
Approved by: jackh726
Pushing 514a60a to master...

@bors bors merged commit 514a60a into rust-lang:master Nov 28, 2021
@LeSeulArtichaut LeSeulArtichaut deleted the fallible-folder branch November 29, 2021 06:01
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.

5 participants