Sign in
rust
/
rust
/
refs/heads/beta
/
.
/
src
/
tools
/
rustfmt
/
tests
/
target
/
issue_6513.rs
blob: 827d4ccdf27fdb8962f9c11eac7fbac53136d199 [
file
] [
edit
]
#![
feature
(
fn_delegation
)]
struct
Ty
;
impl
Ty
{
reuse std
::
convert
::
identity
;
}
trait
Trait
{
reuse std
::
convert
::
identity
;
}