about summary refs log tree commit diff
path: root/tests/ui/errors/auxiliary/trait.rs
blob: 0e7e5400aac59d8428ea82bda9026867e115bc46 (plain)
1
pub trait Trait: std::fmt::Display {}