about summary refs log tree commit diff
path: root/tests/ui/errors/auxiliary/trait-debuginfo.rs
blob: d5a0825fe6d13af95d970774b2df3d81955091dd (plain)
1
2
3
4
//@ compile-flags: --remap-path-prefix={{src-base}}=remapped
//@ compile-flags: -Zremap-path-scope=debuginfo

pub trait Trait: std::fmt::Display {}