diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2015-08-12 17:23:48 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2015-08-15 18:09:16 -0700 |
| commit | b7dcf272d90657bfea13e54939ee04fed7c7f5f0 (patch) | |
| tree | cdea478a10b63039317b56c9ce427f6fb67db182 /src/libcore/lib.rs | |
| parent | 6634777ae0a89a535d7b43cd95c227724818a260 (diff) | |
| download | rust-b7dcf272d90657bfea13e54939ee04fed7c7f5f0.tar.gz rust-b7dcf272d90657bfea13e54939ee04fed7c7f5f0.zip | |
core: Fill out issues for unstable features
Diffstat (limited to 'src/libcore/lib.rs')
| -rw-r--r-- | src/libcore/lib.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libcore/lib.rs b/src/libcore/lib.rs index 64a56549d0f..ae85e2712ce 100644 --- a/src/libcore/lib.rs +++ b/src/libcore/lib.rs @@ -51,7 +51,8 @@ #![crate_name = "core"] #![unstable(feature = "core", reason = "the libcore library has not yet been scrutinized for \ - stabilization in terms of structure and naming")] + stabilization in terms of structure and naming", + issue = "27701")] #![staged_api] #![crate_type = "rlib"] #