1
Fork 0
rust/src/test/ui/remap-path-prefix.rs

6 lines
137 B
Rust
Raw Normal View History

// compile-flags: --remap-path-prefix={{src-base}}=remapped
fn main() {
ferris //~ ERROR cannot find value `ferris` in this scope
}