1
Fork 0

"Fix" annoying test

This commit is contained in:
varkor 2018-07-03 22:24:13 +01:00
parent e02642dbb3
commit 9cfe92c8ae

View file

@ -25,5 +25,4 @@ fn main() {
//~| ERROR wrong number of type arguments: expected 1, found 0
let _: S<'static +, 'static>;
//~^ ERROR lifetime parameters must be declared prior to type parameters
//~| ERROR at least one non-builtin trait is required for an object type
}