rust/tests/ui/errors/auxiliary/remapped_dep.rs
2023-01-16 18:33:25 +00:00

5 lines
241 B
Rust

// compile-flags: --remap-path-prefix={{src-base}}/errors/auxiliary=remapped-aux
// no-remap-src-base: Manually remap, so the remapped path remains in .stderr file.
pub struct SomeStruct {} // This line should be show as part of the error.