2021-08-20 20:35:42 +01:00
|
|
|
error[E0425]: cannot find value `ferris` in this scope
|
2023-08-25 16:36:40 +02:00
|
|
|
--> remapped/errors/remap-path-prefix.rs:19:5
|
2021-08-20 20:35:42 +01:00
|
|
|
|
|
|
|
|
LL | ferris
|
|
|
|
| ^^^^^^ not found in this scope
|
|
|
|
|
2023-11-21 15:44:16 +00:00
|
|
|
error: aborting due to 1 previous error
|
2021-08-20 20:35:42 +01:00
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0425`.
|