mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-03 02:40:40 +00:00
5 lines
148 B
Rust
5 lines
148 B
Rust
//@ compile-flags: --remap-path-prefix={{src-base}}=remapped
|
|
//@ compile-flags: -Zremap-path-scope=debuginfo
|
|
|
|
pub trait Trait: std::fmt::Display {}
|