mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 23:12:02 +00:00
5 lines
242 B
Rust
5 lines
242 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.
|