Fix failing tests

This commit is contained in:
Manish Goregaokar 2015-02-17 17:20:08 +05:30
parent bb0bbf639e
commit a6724989ce
3 changed files with 4 additions and 0 deletions

View File

@ -8,6 +8,8 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
#![feature(rustc_attrs)]
#[rustc_object_lifetime_default]
struct A<T>(T); //~ ERROR None

View File

@ -11,6 +11,7 @@
// Various tests related to testing how region inference works
// with respect to the object receivers.
#![feature(rustc_attrs)]
#![allow(warnings)]
trait Foo {

View File

@ -11,6 +11,7 @@
// Various tests related to testing how region inference works
// with respect to the object receivers.
#![feature(rustc_attrs)]
#![allow(warnings)]
trait Foo {