rust/src/test/ui/casts-issue-46365.stderr

10 lines
317 B
Plaintext
Raw Normal View History

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