2017-12-23 15:38:09 -06:00
|
|
|
error[E0412]: cannot find type `Ipsum` in this scope
|
|
|
|
--> $DIR/casts-issue-46365.rs:12:12
|
|
|
|
|
|
2018-02-22 18:42:32 -06:00
|
|
|
LL | ipsum: Ipsum //~ ERROR cannot find type `Ipsum`
|
2017-12-23 15:38:09 -06:00
|
|
|
| ^^^^^ not found in this scope
|
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|
2018-02-19 14:40:25 -06:00
|
|
|
If you want more information on this error, try using "rustc --explain E0412"
|