Skip to content

Fixes test signatures for Rust 1.69#39

Open
tgockel wants to merge 1 commit into
commure:mainfrom
tgockel:update/fixes-for-1.69
Open

Fixes test signatures for Rust 1.69#39
tgockel wants to merge 1 commit into
commure:mainfrom
tgockel:update/fixes-for-1.69

Conversation

@tgockel

@tgockel tgockel commented Feb 8, 2023

Copy link
Copy Markdown

The main change is Rust test function shifting from () -> () to () -> Result<(), String>. This wraps test generated test functions in closures which return Ok results.

The main change is Rust test function shifting from `() -> ()` to
`() -> Result<(), String>`. This wraps test generated test functions in
closures which return `Ok` results.
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.

1 participant