summary refs log tree commit diff
path: root/src/test/ui/issue-4736.stderr
blob: 6c0acc0b63f403c2547c0aa28635484af51b3846 (plain)
1
2
3
4
5
6
7
8
9
error[E0560]: struct `NonCopyable` has no field named `p`
  --> $DIR/issue-4736.rs:14:26
   |
LL |     let z = NonCopyable{ p: () }; //~ ERROR struct `NonCopyable` has no field named `p`
   |                          ^ field does not exist - did you mean `0`?

error: aborting due to previous error

For more information about this error, try `rustc --explain E0560`.