Sign in
rust
/
rust-lang
/
rust
/
HEAD
/
.
/
tests
/
ui
/
coherence
/
auxiliary
/
coherence_orphan_lib.rs
blob: 2664ef550695721872a9bc4d1309713b0490e9fc [
file
] [
log
] [
blame
]
pub
trait
TheTrait
<
T
>
{
fn
the_fn
(&
self
);
}