blob: f9bb7bf89870a6b3444aa6cdfdd76512aca2eda3 (
plain)
1
2
3
4
|
// 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.
|