mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-23 23:37:18 +00:00
5 lines
150 B
Rust
5 lines
150 B
Rust
//@ compile-flags: --remap-path-prefix={{src-base}}=remapped
|
|
//@ compile-flags: -Zremap-path-scope=diagnostics
|
|
|
|
pub trait Trait: std::fmt::Display {}
|