rust/src/test/ui/casts-issue-46365.stderr
Vadim Petrochenkov fa2d9fc4b9 Update UI tests
2018-02-26 20:24:02 +03:00

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"