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