blob: c4914238a5dbde66458e3ab987a1eca4bdd59b1c [file]
error: attribute without where predicates
--> $DIR/where-clause-attrs-without-predicate.rs:10:5
|
LL | #[cfg(false)]
| ^^^^^^^^^^^^^ attributes are only permitted when preceding predicates
error[E0585]: found a documentation comment that doesn't document anything
--> $DIR/where-clause-attrs-without-predicate.rs:18:5
|
LL | /// dangling
| ^^^^^^^^^^^^
|
= help: doc comments must come before what they document, if a comment was intended use `//`
error: aborting due to 2 previous errors
For more information about this error, try `rustc --explain E0585`.