]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/derives/derives-span-Eq-struct.stderr
Rollup merge of #87759 - m-ou-se:linux-process-sealed, r=jyn514
[rust.git] / src / test / ui / derives / derives-span-Eq-struct.stderr
index 7a7640b40f627980bcaedd7aa7b3b0dca9fa4b15..5fd21e2cd79008ce87d43bb97b683354eb258ba9 100644 (file)
@@ -6,7 +6,7 @@ LL | #[derive(Eq,PartialEq)]
 LL | struct Struct {
 LL |     x: Error
    |     ^^^^^^^^ the trait `Eq` is not implemented for `Error`
-   | 
+   |
   ::: $SRC_DIR/core/src/cmp.rs:LL:COL
    |
 LL | pub struct AssertParamIsEq<T: Eq + ?Sized> {