diff options
| author | Esteban Küber <esteban@kuber.com.ar> | 2020-01-08 08:05:31 -0800 |
|---|---|---|
| committer | Esteban Küber <esteban@kuber.com.ar> | 2020-01-08 08:05:31 -0800 |
| commit | 2c5766f2d4b329f73d144a000c7cc5136f49cad0 (patch) | |
| tree | a9df1d2c8fd960465af50b4109ccc4420437f02b /src/test/ui/error-codes | |
| parent | 56446fef49d73212f63ea7aa0680d5d602f19b9a (diff) | |
| download | rust-2c5766f2d4b329f73d144a000c7cc5136f49cad0.tar.gz rust-2c5766f2d4b329f73d144a000c7cc5136f49cad0.zip | |
Unify output of "variant not found" errors
Diffstat (limited to 'src/test/ui/error-codes')
| -rw-r--r-- | src/test/ui/error-codes/E0599.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/error-codes/E0599.stderr b/src/test/ui/error-codes/E0599.stderr index 89bfccf2fbc..a78a003661d 100644 --- a/src/test/ui/error-codes/E0599.stderr +++ b/src/test/ui/error-codes/E0599.stderr @@ -1,4 +1,4 @@ -error[E0599]: no associated item named `NotEvenReal` found for type `Foo` in the current scope +error[E0599]: no associated item named `NotEvenReal` found for struct `Foo` in the current scope --> $DIR/E0599.rs:4:20 | LL | struct Foo; |
