From ecb2dc6b410b5b7603b894acc8cc70b348e8edab Mon Sep 17 00:00:00 2001 From: Matt Brubeck Date: Fri, 13 Jul 2018 11:00:33 -0700 Subject: [PATCH] Fix link to RFC 1510 --- RELEASES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASES.md b/RELEASES.md index cf80c166759..e53f9be57a9 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -3064,7 +3064,7 @@ Language [RFC 1513](https://github.com/rust-lang/rfcs/blob/master/text/1513-less-unwinding.md). * [Add a new crate type, 'cdylib'](https://github.com/rust-lang/rust/pull/33553). cdylibs are dynamic libraries suitable for loading by non-Rust hosts. - [RFC 1510](https://github.com/rust-lang/rfcs/blob/master/text/1510-rdylib.md). + [RFC 1510](https://github.com/rust-lang/rfcs/blob/master/text/1510-cdylib.md). Note that Cargo does not yet directly support cdylibs. Stabilized APIs