6 lines
137 B
Rust
6 lines
137 B
Rust
![]() |
// compile-flags: --remap-path-prefix={{src-base}}=remapped
|
||
|
|
||
|
fn main() {
|
||
|
ferris //~ ERROR cannot find value `ferris` in this scope
|
||
|
}
|