Fix failing tests
This commit is contained in:
parent
bb0bbf639e
commit
a6724989ce
@ -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
|
||||
|
||||
|
@ -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 {
|
||||
|
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user