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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
ui
/
issues
/
auxiliary
/
xcrate-issue-43189-a.rs
blob: 9ab570fd170f6a6e391ad9c5a0c99490c30d9aaf (
plain
)
1
2
3
4
5
6
7
#![crate_type="lib"] pub trait A { fn a(&self) {} } impl A for () {}