blob: 3969c77f24d71705648d8be74c360f9107c0c55e [file] [log] [blame]
error[E0609]: no field `nonexistent_field` on type `MyStruct`
--> $DIR/issue-19244-2.rs:15:27
|
LL | let a: [isize; STRUCT.nonexistent_field];
| ^^^^^^^^^^^^^^^^^ unknown field
|
= note: available fields are: `field`
error: aborting due to previous error
For more information about this error, try `rustc --explain E0609`.