summaryrefslogtreecommitdiffstats
path: root/tests/ui/error-codes/E0116.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/error-codes/E0116.stderr')
-rw-r--r--tests/ui/error-codes/E0116.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/error-codes/E0116.stderr b/tests/ui/error-codes/E0116.stderr
index a5ceeb4a5..8a0276867 100644
--- a/tests/ui/error-codes/E0116.stderr
+++ b/tests/ui/error-codes/E0116.stderr
@@ -2,7 +2,7 @@ error[E0116]: cannot define inherent `impl` for a type outside of the crate wher
--> $DIR/E0116.rs:1:1
|
LL | impl Vec<u8> {}
- | ^^^^^^^^^^^^^^^ impl for type defined outside of crate.
+ | ^^^^^^^^^^^^ impl for type defined outside of crate.
|
= note: define and implement a trait or new type instead