blob: 39c649ba3e0e7cde0f3e7306a3735bcd16555727 [file] [log] [blame]
error[E0560]: struct `NonCopyable` has no field named `p`
--> $DIR/issue-4736.rs:4:26
|
LL | let z = NonCopyable{ p: () }; //~ ERROR struct `NonCopyable` has no field named `p`
| ^ help: a field with a similar name exists: `0`
error: aborting due to previous error
For more information about this error, try `rustc --explain E0560`.