```rust pub struct Foo; impl ::std::str::FromStr for Foo { type ~Err = (); // ... remainder elided } ``` **Desired Behavior:** When the cursor is at `~` in the example above, calling `racer complete` should list the associated types for the enclosing trait.