index
:
dynamize
master
A proc macro to enable trait objects with variable associated types
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ui-tests
/
src
/
bin
/
assoc_type_undefined.rs
blob: 8faa0f3bb31d8107107175e150f6e3ab1d694bfc (
plain
)
1
2
3
4
5
6
#[dynamize::dynamize]
trait
Trait
{
fn
f
(
&
self
)
->
Self
::
A
;
}
fn
main
()
{}