Skip to content

Commit aa322b6

Browse files
committed
---
yaml --- r: 232430 b: refs/heads/try c: 59dac31 h: refs/heads/master v: v3
1 parent 8455b7d commit aa322b6

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
refs/heads/master: edeb4f1c86cbf6af8ef9874d4b3af50f721ea1b8
33
refs/heads/snap-stage3: 1af31d4974e33027a68126fa5a5a3c2c6491824f
4-
refs/heads/try: 6734c933b5ee70040346c2e1313e0abb5b978f9a
4+
refs/heads/try: 59dac3175fd7040362fd147932c5d3feaaddeba1
55
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
66
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596
77
refs/tags/release-0.3: b5f0d0f648d9a6153664837026ba1be43d3e2503

branches/try/src/liblibc/lib.rs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@
1212
#![cfg_attr(stage0, feature(custom_attribute))]
1313
#![crate_name = "libc"]
1414
#![crate_type = "rlib"]
15-
#![cfg_attr(not(feature = "cargo-build"), unstable(feature = "libc",
16-
reason = "use `libc` from crates.io"))]
15+
#![cfg_attr(not(feature = "cargo-build"),
16+
unstable(feature = "libc", reason = "use `libc` from crates.io",
17+
issue = "27783"))]
1718
#![cfg_attr(not(feature = "cargo-build"), feature(staged_api, no_std))]
1819
#![cfg_attr(not(feature = "cargo-build"), staged_api)]
1920
#![cfg_attr(not(feature = "cargo-build"), no_std)]

branches/try/src/librand/lib.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@
2727
#![no_std]
2828
#![staged_api]
2929
#![unstable(feature = "rand",
30-
reason = "use `rand` from crates.io")]
30+
reason = "use `rand` from crates.io",
31+
issue = "27703")]
3132
#![feature(core_float)]
3233
#![feature(core_slice_ext)]
3334
#![feature(no_std)]

0 commit comments

Comments
 (0)