index
:
rustc
debian
progress-linux
upstream
debian 12 backports: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
ui
/
rust-2018
/
uniform-paths
/
auxiliary
/
issue-55779-extern-trait.rs
blob: 1ce9841c1a8c56bf179ae857e29b9be6982f30a4 (
plain
)
1
pub
trait
Trait
{
fn
no_op
(
&
self
);
}