diff options
author | jbeich <jbeich@FreeBSD.org> | 2018-12-29 11:32:23 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2018-12-29 11:32:23 +0800 |
commit | 9a5c2cee340175e50d6b3303b7161193ff401ca9 (patch) | |
tree | aea995cb6a06a9d0aae4dab1a21dc16b5dc03113 | |
parent | d19c71ac8f547f4ddb8b48c2e45ee80bd56f6400 (diff) | |
download | freebsd-ports-gnome-9a5c2cee340175e50d6b3303b7161193ff401ca9.tar.gz freebsd-ports-gnome-9a5c2cee340175e50d6b3303b7161193ff401ca9.tar.zst freebsd-ports-gnome-9a5c2cee340175e50d6b3303b7161193ff401ca9.zip |
lang/rust-nightly: note upstream fix for warnings
-rw-r--r-- | lang/rust-nightly/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/rust-nightly/Makefile b/lang/rust-nightly/Makefile index deb7aab8f824..791ec41e53d8 100644 --- a/lang/rust-nightly/Makefile +++ b/lang/rust-nightly/Makefile @@ -30,6 +30,7 @@ ONLY_FOR_ARCHS= amd64 i386 post-patch: nightly-post-patch nightly-post-patch: # Work around unused_unsafe errors in libcore with stage0 +# https://github.com/rust-lang/rust/pull/57184 @${REINPLACE_CMD} '/RUSTC_DENY_WARNINGS/d' ${WRKSRC}/src/bootstrap/builder.rs .include "${MASTERDIR}/Makefile" |