diff options
author | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-11-24 17:12:19 +0000 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-11-24 22:00:38 +0000 |
commit | b08fc57094f3643e7af68d87b8ff3bad8c253882 (patch) | |
tree | a3e74ee7f53536e809bfad4ae13d95be75f8bd83 /community/kdecoration | |
parent | 744fbf64b6a7f549c386ecaba4cc81356e46a1a9 (diff) | |
download | aports-b08fc57094f3643e7af68d87b8ff3bad8c253882.tar.bz2 aports-b08fc57094f3643e7af68d87b8ff3bad8c253882.tar.xz |
community/rust: fix build error with rustdoc
Building rust fails with the error:
error[E0523]: found two different crates with name `bitflags` that are not
distinguished by differing `-C metadata`. This will result in symbol conflicts
between the two.
--> src/librustdoc/html/markdown.rs:36:5
|
36 | use pulldown_cmark::{html, CowStr, Event, Options, Parser, Tag};
| ^^^^^^^^^^^^^^
Upstream fixed it with the included patch.
Diffstat (limited to 'community/kdecoration')
0 files changed, 0 insertions, 0 deletions