]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/issues/issue-35988.stderr
point at private fields in struct literal
[rust.git] / src / test / ui / issues / issue-35988.stderr
index 2e03acc112d6c7728b5bdfc68c02acc10f8cc627..55988844c178c73eaca9c53751bbb98312845890 100644 (file)
@@ -10,11 +10,11 @@ LL |     V([Box<E>]),
 help: borrowed types always have a statically known size
    |
 LL |     V(&[Box<E>]),
-   |       ^
+   |       +
 help: the `Box` type always has a statically known size and allocates its contents in the heap
    |
 LL |     V(Box<[Box<E>]>),
-   |       ^^^^        ^
+   |       ++++        +
 
 error: aborting due to previous error