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
/
cross-crate
/
auxiliary
/
xcrate-trait-lifetime-param.rs
blob: 7c1175f7a88f2a50e12bd7d6b79251c62e51fe21 (
plain
)
1
2
3
pub
trait
FromBuf
<'
a
>
{
fn
from_buf
(
_
:
&
'
a
[
u8
])
->
Self
;
}