We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7dd5e8 commit 00b88b0Copy full SHA for 00b88b0
tests/associated_type/src/lib.rs
@@ -15,6 +15,7 @@ impl Trait for DefaultImpl {
15
16
pub trait Trait {
17
type Impl: Trait;
18
+
19
fn exec(env: &Env) -> String {
20
Self::Impl::exec(env)
21
}
0 commit comments