X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Ftest%2Fui%2Fderives%2Fderives-span-Debug-enum-struct-variant.stderr;h=233c4c54983208186b02a6309eaa05a43955f2c1;hb=90bf0d2e3346cc952e3a4a49e93f48c65cc5905f;hp=ca5bcfe930d618153be82f08a1b081d4ae6c9db4;hpb=9c499ccfcded4f5be76d70f441a5c7c9d1260226;p=rust.git diff --git a/src/test/ui/derives/derives-span-Debug-enum-struct-variant.stderr b/src/test/ui/derives/derives-span-Debug-enum-struct-variant.stderr index ca5bcfe930d..233c4c54983 100644 --- a/src/test/ui/derives/derives-span-Debug-enum-struct-variant.stderr +++ b/src/test/ui/derives/derives-span-Debug-enum-struct-variant.stderr @@ -1,5 +1,5 @@ error[E0277]: `Error` doesn't implement `std::fmt::Debug` - --> $DIR/derives-span-Debug-enum-struct-variant.rs:9:6 + --> $DIR/derives-span-Debug-enum-struct-variant.rs:13:6 | LL | x: Error | ^^^^^^^^ `Error` cannot be formatted using `{:?}`