| error[E0565]: malformed `doc` attribute input | |
| --> $DIR/doc_cfg_hide-2.rs:4:1 | |
| | | |
| LL | #![doc(auto_cfg(hide(not(windows))))] | |
| | ^^^^^^^^^^^^^^^^^^^^^---^^^^^^^^^^^^^ | |
| | | | |
| | expected a valid identifier here | |
| error: aborting due to 1 previous error | |
| For more information about this error, try `rustc --explain E0565`. |