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
/
suggestions
/
auxiliary
/
not-object-safe.rs
blob: 7c9829b823ede6510af1368a6282776ee4662d4f (
plain
)
1
2
3
4
5
6
use
std
::
sync
::
Arc
;
pub
trait
A
{
fn
f
();
fn
f2
(
self
:
&
Arc
<
Self
>
);
}