1 2 3 4 5 6
use serde_cursor::Path; // expected to see "+ T" type X<T> = Path!(foo.bar); fn main() {}