10 lines
317 B
Plaintext
10 lines
317 B
Plaintext
error[E0412]: cannot find type `Ipsum` in this scope
|
|
--> $DIR/casts-issue-46365.rs:12:12
|
|
|
|
|
LL | ipsum: Ipsum //~ ERROR cannot find type `Ipsum`
|
|
| ^^^^^ not found in this scope
|
|
|
|
error: aborting due to previous error
|
|
|
|
If you want more information on this error, try using "rustc --explain E0412"
|