mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-26 09:36:54 +00:00
Previously in the `//`-compiletest-directive times, this was implemented as a special `no-*` directive parsing. In the migration from `//` -> `//@`, the `// no-remap-src-base` directive was lost, most likely because it had no effect -- the default is not remapping `src-base`. So remove occurrences of `no-remap-src-base`, as these are not valid directives.
5 lines
223 B
Rust
5 lines
223 B
Rust
//@ compile-flags: --remap-path-prefix={{src-base}}/errors/auxiliary=remapped-aux
|
|
// Manually remap, so the remapped path remains in .stderr file.
|
|
|
|
pub struct SomeStruct {} // This line should be show as part of the error.
|