diff options
author | Florian Diebold <[email protected]> | 2019-05-11 19:31:41 +0100 |
---|---|---|
committer | Florian Diebold <[email protected]> | 2019-05-12 19:23:57 +0100 |
commit | 7fda874dd4c84d4b53ed625e9eccc92c3fa9a48e (patch) | |
tree | 104eccdcdc745f6d15dcf9173996815c807a7287 /crates/gen_lsp_server/src | |
parent | c8b85891b0c6c03a1b373491f75b8872ec47e06f (diff) |
Blacklist some traits from being considered in where clauses
For Send/Sync/Sized, we don't handle auto traits correctly yet and because they
have a lot of impls, they can easily lead to slowdowns. In the case of
Fn/FnMut/FnOnce, we don't parse the special Fn notation correctly yet and don't
handle closures yet, so we are very unlikely to find an impl.
Diffstat (limited to 'crates/gen_lsp_server/src')
0 files changed, 0 insertions, 0 deletions