diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2021-06-08 20:09:13 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2021-06-08 20:09:13 +0100 |
commit | b6199de706868dcbf57d9821829381609212d851 (patch) | |
tree | 13206544d38ce3bef18d86ba8203af10cee26d73 /crates/vfs/src/vfs_path/tests.rs | |
parent | 4e3769fbf2ff94a863ddb931cf6dfa7da9ac8172 (diff) | |
parent | 1a26af15ef190bf605d3a04005aea02664815fb0 (diff) | |
parent | ee374ff1ee7ad1af6bc0624f98b2028cef6ed4a8 (diff) |
Merge #9181 #9182
9181: Don't complete values in type position r=jonas-schievink a=Veykril
Will add some proper tests in a bit
9182: fix: don't complete derive macros as fn-like macros r=jonas-schievink a=jonas-schievink
Part of https://github.com/rust-analyzer/rust-analyzer/issues/8518
bors r+
Co-authored-by: Lukas Wirth <[email protected]>
Co-authored-by: Jonas Schievink <[email protected]>