Hello!

I'm trying to make racer resolve '&str' types properly. I've read that the
separation of type and value namespaces means you can refer both to the
'str' type and the 'str' module[1]. However I would have thought that the
'str' type lives in the type namespace, and according to the reference
guide modules and types share the same namespace. How should racer resolve
the type?

Thanks v much,

Phil

[1] http://tomlee.co/2014/04/03/a-more-detailed-tour-of-the-rust-compiler/
_______________________________________________
Rust-dev mailing list
Rust-dev@mozilla.org
https://mail.mozilla.org/listinfo/rust-dev

Reply via email to