rust/tests/ui/errors/auxiliary/trait-debuginfo.rs

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 {}