]> git.lizzy.rs Git - rust.git/blob - src/test/ui/remap-path-prefix.rs
Add test for showing remapped path in diagnostics
[rust.git] / src / test / ui / remap-path-prefix.rs
1 // compile-flags: --remap-path-prefix={{src-base}}=remapped
2
3 fn main() {
4     ferris //~ ERROR cannot find value `ferris` in this scope
5 }