2020-08-09 00:01:19 -05:00
|
|
|
error[E0412]: cannot find type `UnknownStruct` in this scope
|
2021-08-27 11:04:57 -05:00
|
|
|
--> $DIR/unknown_adt.rs:2:12
|
2020-08-09 00:01:19 -05:00
|
|
|
|
|
|
|
|
LL | let _: UnknownStruct<7>;
|
|
|
|
| ^^^^^^^^^^^^^ not found in this scope
|
|
|
|
|
2023-11-21 09:44:16 -06:00
|
|
|
error: aborting due to 1 previous error
|
2020-08-09 00:01:19 -05:00
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0412`.
|