2021-06-05 20:16:19 -05:00
|
|
|
error: conflicting doc inlining attributes
|
|
|
|
--> $DIR/doc-inline-extern-crate.rs:1:7
|
|
|
|
|
|
|
|
|
LL | #[doc(inline)]
|
|
|
|
| ^^^^^^ this attribute...
|
|
|
|
LL |
|
|
|
|
LL | #[doc(no_inline)]
|
|
|
|
| ^^^^^^^^^ ...conflicts with this attribute
|
|
|
|
|
|
|
|
|
= help: remove one of the conflicting attributes
|
|
|
|
|
2023-11-21 09:44:16 -06:00
|
|
|
error: aborting due to 1 previous error
|
2021-06-05 20:16:19 -05:00
|
|
|
|