diff options
| author | Alexander Regueiro <alexreg@me.com> | 2018-11-30 15:41:32 +0000 |
|---|---|---|
| committer | Alexander Regueiro <alexreg@me.com> | 2018-11-30 22:12:39 +0000 |
| commit | d609fdf775f2789066cc92ba30f6de2875c10903 (patch) | |
| tree | 3fde1cab936e9f2ff2b204c860d4ce93dd2a79db /src/test/ui/error-codes | |
| parent | 7bc1255955a14e668b119ac3ccd895509be2656b (diff) | |
| download | rust-d609fdf775f2789066cc92ba30f6de2875c10903.tar.gz rust-d609fdf775f2789066cc92ba30f6de2875c10903.zip | |
Updated ui tests.
Diffstat (limited to 'src/test/ui/error-codes')
| -rw-r--r-- | src/test/ui/error-codes/E0411.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/error-codes/E0411.stderr b/src/test/ui/error-codes/E0411.stderr index a5f2e3a7b93..4e85f651b55 100644 --- a/src/test/ui/error-codes/E0411.stderr +++ b/src/test/ui/error-codes/E0411.stderr @@ -2,7 +2,7 @@ error[E0411]: cannot find type `Self` in this scope --> $DIR/E0411.rs:12:6 | LL | <Self>::foo; //~ ERROR E0411 - | ^^^^ `Self` is only available in traits and impls + | ^^^^ `Self` is only available in impls, traits, and type definitions error: aborting due to previous error |
