2021-08-20 20:35:42 +01:00
|
|
|
error[E0425]: cannot find value `ferris` in this scope
|
2025-03-29 02:41:32 +03:00
|
|
|
--> remapped/errors/remap-path-prefix.rs:15: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`.
|