We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The example at the end of http://static.rust-lang.org/doc/master/rustdoc.html#defining-tests looks like
```rust do spawn { fib(200); } ```
There should be the #-prefixed definition of fib in the empty line, since we're trying to demonstrate this functionality.
#
fib
The text was updated successfully, but these errors were encountered:
4004493
Auto merge of rust-lang#11645 - Alexendoo:ui_test, r=flip1995
929a288
Update ui_test to 0.21.2 Hopefully fixes rust-lang#11489 r? `@flip1995` changelog: none
No branches or pull requests
The example at the end of http://static.rust-lang.org/doc/master/rustdoc.html#defining-tests looks like
There should be the
#
-prefixed definition offib
in the empty line, since we're trying to demonstrate this functionality.The text was updated successfully, but these errors were encountered: