]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/error-codes/E0198.stderr
Rollup merge of #70038 - DutchGhost:const-forget-tests, r=RalfJung
[rust.git] / src / test / ui / error-codes / E0198.stderr
index 90e8b4abd1296dfad3286306e1863e25c76af464..bb2efefb427bad08dff28f7c81b1450fb58b7179 100644 (file)
@@ -1,9 +1,10 @@
 error[E0198]: negative impls cannot be unsafe
-  --> $DIR/E0198.rs:5:1
+  --> $DIR/E0198.rs:5:13
    |
 LL | unsafe impl !Send for Foo { }
-   | ------^^^^^^^^^^^^^^^^^^^^^^^
-   | |
+   | ------      -^^^^
+   | |           |
+   | |           negative because of this
    | unsafe because of this
 
 error: aborting due to previous error