diff options
Diffstat (limited to 'tests/ui/coherence/illegal-copy-bad-projection.stderr')
-rw-r--r-- | tests/ui/coherence/illegal-copy-bad-projection.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/coherence/illegal-copy-bad-projection.stderr b/tests/ui/coherence/illegal-copy-bad-projection.stderr index 8fed9ba23..2a74cb5a9 100644 --- a/tests/ui/coherence/illegal-copy-bad-projection.stderr +++ b/tests/ui/coherence/illegal-copy-bad-projection.stderr @@ -4,6 +4,6 @@ error[E0412]: cannot find type `void` in this scope LL | type Ptr = *const void; | ^^^^ not found in this scope -error: aborting due to previous error +error: aborting due to 1 previous error For more information about this error, try `rustc --explain E0412`. |