Fix tidy check.

This commit is contained in:
crypto-universe 2016-08-18 00:43:18 +02:00
parent de5aaee0c5
commit ed54226467

View File

@ -18,7 +18,7 @@ trait Foo {
trait Bar : Foo {
type A: T2;
fn do_something() {
let _: Self::A;
let _: Self::A;
//~^ ERROR E0221
//~| NOTE ambiguous associated type `A`
//~| NOTE associated type `Self` could derive from `Foo`