Home
last modified time | relevance | path

Searched refs:Associated2 (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/async-trait/tests/
Dtest.rs911 type Associated2; typedef
916 mac!(let _: Self::Associated2;); in associated2()
917 mac!(let _: <Self>::Associated2;); in associated2()
918 mac!(let _: <Self as Trait>::Associated2;); in associated2()
934 type Associated2 = (); typedef
945 mac!(let _: <Self as Trait>::Associated2;); in associated2()
960 type Associated2 = (); typedef