E.g. http://doc.rust-lang.org/syntax/ast/enum.Expr_.html?search=ExprIndex shows `syntax::ast::Expr_::ExprIndex` but the correct path is `syntax::ast::ExprIndex`.
E.g. http://doc.rust-lang.org/syntax/ast/enum.Expr_.html?search=ExprIndex shows
syntax::ast::Expr_::ExprIndexbut the correct path issyntax::ast::ExprIndex.