index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
ui
/
suggestions
/
auxiliary
/
dyn-incompatible.rs
blob: 7c9829b823ede6510af1368a6282776ee4662d4f (
plain
)
1
2
3
4
5
6
use std::sync::Arc; pub trait A { fn f(); fn f2(self: &Arc<Self>); }