E.g. a [search for `str::raw`](http://doc.rust-lang.org/std/?search=str%3A%3Araw) becomes a search for structs called `:raw`. This makes it impossible to search more for things inside the `str` precisely. This would be fixed by expanding `str` to `struct`.