]> git.lizzy.rs Git - rust.git/blob - tests/ui/structs/unresolved-struct-with-fru.stderr
internally change regions to be covariant
[rust.git] / tests / ui / structs / unresolved-struct-with-fru.stderr
1 error[E0422]: cannot find struct, variant or union type `Oops` in this scope
2   --> $DIR/unresolved-struct-with-fru.rs:9:18
3    |
4 LL |         let s2 = Oops { a: 2, ..s1 };
5    |                  ^^^^ not found in this scope
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0422`.