]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/error-codes/E0116.stderr
Merge commit 'cb7915b00c235e9b5861564f3be78dba330980ee' into clippyup
[rust.git] / src / test / ui / error-codes / E0116.stderr
index 7c2f35a3305e319645b18628410f66e69c7c1eae..a5ceeb4a55d81d4616751d5a30eda0f1bfd1cfb5 100644 (file)
@@ -1,5 +1,5 @@
 error[E0116]: cannot define inherent `impl` for a type outside of the crate where the type is defined
-  --> $DIR/E0116.rs:11:1
+  --> $DIR/E0116.rs:1:1
    |
 LL | impl Vec<u8> {}
    | ^^^^^^^^^^^^^^^ impl for type defined outside of crate.