blob: 2ced3e13719882e4a1514358b1872054588d5663 [file] [edit]
error[E0565]: malformed `doc` attribute input
--> $DIR/doc_cfg_hide-2.rs:4:4
|
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`.