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