Sign in
rust
/
rust
/
refs/heads/beta
/
.
/
tests
/
ui
/
errors
/
auxiliary
/
trait-diag.rs
blob: 3a30366683c4a8ba9bbe639955814a6958e6ecf2 [
file
] [
log
] [
blame
] [
edit
]
//@ compile-flags: --remap-path-prefix={{src-base}}=remapped
//@ compile-flags: --remap-path-scope=diagnostics
pub
trait
Trait
:
std
::
fmt
::
Display
{}