From 93fb219579b3c012dbef7594b676f62070cd666e Mon Sep 17 00:00:00 2001 From: Esteban Küber Date: Thu, 19 Dec 2019 11:23:57 -0800 Subject: Fix suggestion span for typo in associated type name --- src/test/ui/error-codes/E0220.stderr | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/test/ui/error-codes') diff --git a/src/test/ui/error-codes/E0220.stderr b/src/test/ui/error-codes/E0220.stderr index 73e66ceb845..4fa83d8bf6e 100644 --- a/src/test/ui/error-codes/E0220.stderr +++ b/src/test/ui/error-codes/E0220.stderr @@ -1,8 +1,8 @@ error[E0220]: associated type `F` not found for `Trait` - --> $DIR/E0220.rs:5:16 + --> $DIR/E0220.rs:5:22 | LL | type Foo = dyn Trait; - | ^^^^^^^^^^^^ associated type `F` not found + | ^ associated type `F` not found error[E0191]: the value of the associated type `Bar` (from trait `Trait`) must be specified --> $DIR/E0220.rs:5:16 -- cgit 1.4.1-3-g733a5