Skip to content

Instantly share code, notes, and snippets.

@GuillaumeGomez
Created December 21, 2018 21:34
Show Gist options
  • Save GuillaumeGomez/fb1e1131483d99217ff06b1f67152058 to your computer and use it in GitHub Desktop.
Save GuillaumeGomez/fb1e1131483d99217ff06b1f67152058 to your computer and use it in GitHub Desktop.
error: missing documentation for macro=============================> ] 26/27: std
--> src/libstd/macros.rs:339:1
|
339 | macro_rules! await {
| ^^^^^^^^^^^^^^^^^^
|
note: lint level defined here
--> src/libstd/lib.rs:224:9
|
224 | #![deny(missing_docs)]
| ^^^^^^^^^^^^
error: missing documentation for macro
--> src/libstd/thread/local.rs:166:1
|
166 | macro_rules! __thread_local_inner {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: missing documentation for macro
--> src/libstd/../stdsimd/stdsimd/arch/detect/error_macros.rs:29:1
|
29 | macro_rules! is_arm_feature_detected {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: missing documentation for macro
--> src/libstd/../stdsimd/stdsimd/arch/detect/error_macros.rs:48:1
|
48 | macro_rules! is_aarch64_feature_detected {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: missing documentation for macro
--> src/libstd/../stdsimd/stdsimd/arch/detect/error_macros.rs:67:1
|
67 | macro_rules! is_powerpc_feature_detected {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: missing documentation for macro
--> src/libstd/../stdsimd/stdsimd/arch/detect/error_macros.rs:86:1
|
86 | macro_rules! is_powerpc64_feature_detected {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: missing documentation for macro
--> src/libstd/../stdsimd/stdsimd/arch/detect/error_macros.rs:105:1
|
105 | macro_rules! is_mips_feature_detected {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: missing documentation for macro
--> src/libstd/../stdsimd/stdsimd/arch/detect/error_macros.rs:124:1
|
124 | macro_rules! is_mips64_feature_detected {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: aborting due to 8 previous errors
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment