Sign in
rust
/
rust-lang
/
rust
/
refs/heads/beta
/
.
/
tests
/
ui
/
coherence
/
auxiliary
/
orphan-check-diagnostics.rs
blob: 6b2c42b69b928c9a8555cb3101dbefc8d31a36d8 [
file
] [
log
] [
blame
] [
edit
]
pub
trait
RemoteTrait
{
fn
dummy
(&
self
)
{
}
}