Skip to content

Commit dca75dc

Browse files
committed
---
yaml --- r: 196314 b: refs/heads/tmp c: 07ff8ab h: refs/heads/master v: v3
1 parent 51bac24 commit dca75dc

File tree

5 files changed

+7
-1
lines changed

5 files changed

+7
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ refs/heads/building: 126db549b038c84269a1e4fe46f051b2c15d6970
3232
refs/heads/beta: 9854143cba679834bc4ef932858cd5303f015a0e
3333
refs/heads/windistfix: 7608dbad651f02e837ed05eef3d74a6662a6e928
3434
refs/tags/1.0.0-alpha: e42bd6d93a1d3433c486200587f8f9e12590a4d7
35-
refs/heads/tmp: c8bf5f5d9742ea94a8a024ff1d9776090718c61d
35+
refs/heads/tmp: 07ff8ab8855b4d5ce0d547cfe3b1bf03e5f427eb
3636
refs/tags/1.0.0-alpha.2: 4c705f6bc559886632d3871b04f58aab093bfa2f
3737
refs/tags/homu-tmp: 53a183f0274316596bf9405944d4f0468d8c93e4
3838
refs/heads/gate: 97c84447b65164731087ea82685580cc81424412

branches/tmp/src/test/compile-fail/const-eval-overflow.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11+
#![feature(negate_unsigned)]
12+
1113
#![allow(unused_imports)]
1214

1315
// Note: the relevant lint pass here runs before some of the constant

branches/tmp/src/test/compile-fail/enum-discrim-too-small.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11+
#![feature(negate_unsigned)]
12+
1113
#[repr(u8)] //~ NOTE discriminant type specified here
1214
enum Eu8 {
1315
Au8 = 23,

branches/tmp/src/test/compile-fail/lint-exceeding-bitshifts.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11+
#![feature(negate_unsigned)]
1112
#![deny(exceeding_bitshifts)]
1213
#![allow(unused_variables)]
1314
#![allow(dead_code)]

branches/tmp/src/test/compile-fail/lint-type-limits.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11+
#![feature(negate_unsigned)]
1112
#![allow(dead_code)]
1213

1314
// compile-flags: -D unused-comparisons

0 commit comments

Comments
 (0)