diff options
| author | varkor <github@varkor.com> | 2019-04-22 17:35:37 +0100 |
|---|---|---|
| committer | varkor <github@varkor.com> | 2019-04-23 11:42:14 +0100 |
| commit | 497dcfa221b8bccf712b6f20a0ef038afbca3e4c (patch) | |
| tree | e1b75d3798c7d10c0b710f29207b56d90f5c9eff /src/test/ui/error-codes | |
| parent | 62838975d005b01c110a355a6e60cdedc08ecd48 (diff) | |
| download | rust-497dcfa221b8bccf712b6f20a0ef038afbca3e4c.tar.gz rust-497dcfa221b8bccf712b6f20a0ef038afbca3e4c.zip | |
Update ui tests
Diffstat (limited to 'src/test/ui/error-codes')
| -rw-r--r-- | src/test/ui/error-codes/E0375.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/error-codes/E0375.stderr b/src/test/ui/error-codes/E0375.stderr index 18416e9b7d8..a68b3af5aaf 100644 --- a/src/test/ui/error-codes/E0375.stderr +++ b/src/test/ui/error-codes/E0375.stderr @@ -1,5 +1,5 @@ error[E0375]: implementing the trait `CoerceUnsized` requires multiple coercions - --> $DIR/E0375.rs:12:12 + --> $DIR/E0375.rs:10:12 | LL | impl<T, U> CoerceUnsized<Foo<U, T>> for Foo<T, U> {} | ^^^^^^^^^^^^^^^^^^^^^^^^ requires multiple coercions |
