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
in file file:///usr/share/doc/rust-nightly/doc/std/macros/builtin/macro.bytes!.html
example
let rust = bytes!("r", 'u', "st", 255); assert_eq!(rust[1], 'u' as u8); assert_eq!(rust[5], 255);
task '
The text was updated successfully, but these errors were encountered:
mk: Run doc tests with --cfg dox
014b863
There were a few examples in the macros::builtin module that weren't being run because they were being #[cfg]'d out. Closes rust-lang#14697
cb12e7a
77392f4
Auto merge of rust-lang#14697 - cuishuang:master, r=lnicola
001607f
fix some typos
Successfully merging a pull request may close this issue.
in file file:///usr/share/doc/rust-nightly/doc/std/macros/builtin/macro.bytes!.html
example
task '
' failed at 'index out of bounds: the len is 5 but the index is 5', macros-builtin-test.rs:49The text was updated successfully, but these errors were encountered: