Skip to content

Commit c7f327e

Browse files
committed
---
yaml --- r: 181549 b: refs/heads/snap-stage3 c: a672498 h: refs/heads/master i: 181547: 271e082 v: v3
1 parent da9d71f commit c7f327e

File tree

4 files changed

+5
-1
lines changed

4 files changed

+5
-1
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: 6c065fc8cb036785f61ff03e05c1563cbb2dd081
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: bb0bbf639eafdd79380a3b1e2e92263a2aa914f9
4+
refs/heads/snap-stage3: a6724989ceb6bccd63f5e017dd938bce804a3b5c
55
refs/heads/try: ccf8fedf1cffcb8f6f3581d53d220039e192fe77
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/dist-snap: ba4081a5a8573875fed17545846f6f6902c8ba8d

branches/snap-stage3/src/test/compile-fail/object-lifetime-default.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(rustc_attrs)]
12+
1113
#[rustc_object_lifetime_default]
1214
struct A<T>(T); //~ ERROR None
1315

branches/snap-stage3/src/test/compile-fail/region-object-lifetime-1.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
// Various tests related to testing how region inference works
1212
// with respect to the object receivers.
1313

14+
#![feature(rustc_attrs)]
1415
#![allow(warnings)]
1516

1617
trait Foo {

branches/snap-stage3/src/test/compile-fail/region-object-lifetime-3.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
// Various tests related to testing how region inference works
1212
// with respect to the object receivers.
1313

14+
#![feature(rustc_attrs)]
1415
#![allow(warnings)]
1516

1617
trait Foo {

0 commit comments

Comments
 (0)