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

Fix return Result<Box<T>> from Rust to C++ #310

Closed
wants to merge 1 commit into from
Closed

Conversation

dtolnay
Copy link
Owner

@dtolnay dtolnay commented Sep 21, 2020

Fixes #309.

Copy link
Owner Author

@dtolnay dtolnay left a comment

Choose a reason for hiding this comment

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

Windows CI doesn't like the branch name. 🤣

 Resolving deltas: 100% (8/8), done.
error: cannot lock ref 'refs/remotes/origin/Result<Box<T>>': Unable to create 'D:/a/cxx/cxx/.git/refs/remotes/origin/Result<Box<T>>.lock': Invalid argument
From https://github.com/dtolnay/cxx
 ! [new ref]         b86c71d4e666aecb6c22f60902f31ade3e6a689a -> origin/Result<Box<T>>  (unable to update local ref)

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.

Can't return Result<Box<T>>
1 participant