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

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