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
This is in regards to this example in the documentation:
https://doc.rust-lang.org/std/ffi/struct.CString.html#examples
Clicking 'Run' on brings you to the rust playground, where it fails to compile. It is missing the function my_printer
my_printer
Link to playground: here
The text was updated successfully, but these errors were encountered:
I am not sure why this is not marked ignore, but certainly should be! thanks!
ignore
Sorry, something went wrong.
This also effects the three examples here:
https://doc.rust-lang.org/std/ffi/struct.CStr.html#examples
Should I file a separate issue?
extern
Mark doc examples w/ extern blocks as ignore.
872c782
Fixes rust-lang#48218.
Rollup merge of rust-lang#48325 - frewsxcv:frewxcv-ignore, r=stevekla…
27c6ff5
…bnik Mark doc examples w/ `extern` blocks as `ignore`. Fixes rust-lang#48218.
No branches or pull requests
This is in regards to this example in the documentation:
https://doc.rust-lang.org/std/ffi/struct.CString.html#examples
Clicking 'Run' on brings you to the rust playground, where it fails to compile. It is missing the function
my_printer
Link to playground: here
The text was updated successfully, but these errors were encountered: