]> git.lizzy.rs Git - rust.git/commit
Don't suggest importing items with hygienic names
authorMatthew Jasper <mjjasper1@gmail.com>
Thu, 21 Oct 2021 22:36:51 +0000 (23:36 +0100)
committerMatthew Jasper <mjjasper1@gmail.com>
Thu, 21 Oct 2021 22:36:51 +0000 (23:36 +0100)
commit1536d7220b847d8a843a3357cc62ef5704f2c690
tree6aa49a0b1775c1847c9eaad088414e1ac667b0dc
parent4ecb49eba3770e4826346486252b9e7a1b5fcb33
Don't suggest importing items with hygienic names

This will potentially hide a few correct suggestions, but importing
these items from another module is not generally possible.
compiler/rustc_resolve/src/diagnostics.rs
compiler/rustc_span/src/hygiene.rs