Files
rust/tests/ui/errors/auxiliary/trait-diag.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
150 B
Rust
Raw Normal View History

//@ compile-flags: --remap-path-prefix={{src-base}}=remapped
//@ compile-flags: -Zremap-path-scope=diagnostics
pub trait Trait: std::fmt::Display {}