summaryrefslogtreecommitdiffstats
path: root/src/test/ui/rustdoc/doc-inline-extern-crate.stderr
blob: 41518295b1224bbb5959be5cca543b21989e594a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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

error: aborting due to previous error